Show / Hide Table of Contents

Delegate GetConnectedDeviceDefinitionsAsync

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