Class NativeSdkMethods.UnregisterEventNotificationDelegate
Unregister for event notification.
Inheritance
NativeSdkMethods.UnregisterEventNotificationDelegate
Assembly: Colore.dll
Syntax
public sealed class UnregisterEventNotificationDelegate : MulticastDelegate
Constructors
UnregisterEventNotificationDelegate(Object, IntPtr)
Declaration
public UnregisterEventNotificationDelegate(object object, IntPtr method)
Parameters
Methods
BeginInvoke(AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual Result EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke()
Declaration
public virtual Result Invoke()
Returns