Show / Hide Table of Contents

Delegate GetConnectedDevicesAsync

Namespace: Device.Net
Assembly: Device.Net.dll
Syntax
public delegate Task<IReadOnlyList<ConnectedDeviceDefinition>> GetConnectedDevicesAsync();
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<ConnectedDeviceDefinition>>
In This Article
Back to top Generated by DocFX