Show / Hide Table of Contents

Delegate GetDeviceAsync

Namespace: Device.Net
Assembly: Device.Net.dll
Syntax
public delegate Task<IDevice> GetDeviceAsync(ConnectedDeviceDefinition deviceId, CancellationToken cancellationToken = default(CancellationToken));
Parameters
Type Name Description
ConnectedDeviceDefinition deviceId
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<IDevice>
In This Article
Back to top Generated by DocFX