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> |