Show / Hide Table of Contents

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>
In This Article
Back to top Generated by DocFX