Delegate TestConnection
Namespace: Device.Net.UWP
Assembly: Device.Net.UWP.dll
Syntax
public delegate Task<ConnectionInfo> TestConnection(string deviceId, CancellationToken cancellationToken = default(CancellationToken));
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | deviceId | |
| System.Threading.CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ConnectionInfo> |