QueryCancel Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllThis delegate defines the signature of a method that can be called to
determine if an operation should cancel. The caller supplies a
commandByte and the Query responds with true
(the command should be
canceled), or false
(there is no current request that the command
be canceled).
C#
public sealed class QueryCancel : MulticastDelegate
Inheritance
System.Object
QueryCancel
Constructors
Name | Description |
---|---|
QueryCancel(Object, IntPtr) |
Methods
Name | Description |
---|---|
BeginInvoke(Byte, AsyncCallback, Object) | |
EndInvoke(IAsyncResult) | |
Invoke(Byte) |