Delegate IsMatch
Namespace: Device.Net.Windows
Assembly: Device.Net.dll
Syntax
public delegate Task<bool> IsMatch(ConnectedDeviceDefinition connectedDeviceDefinition);
Parameters
| Type | Name | Description |
|---|---|---|
| ConnectedDeviceDefinition | connectedDeviceDefinition |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |