Delegate OnAuthenticationEvent
public delegate void OnAuthenticationEvent(AuthenticationEventSubscription sender, AuthenticationEventArgs args)
Parameters
sender
AuthenticationEventSubscription
args
AuthenticationEventArgs
Constructors
OnAuthenticationEvent(object, nint)
public OnAuthenticationEvent(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(AuthenticationEventSubscription, AuthenticationEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(AuthenticationEventSubscription sender, AuthenticationEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
AuthenticationEventSubscription
args
AuthenticationEventArgs
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(AuthenticationEventSubscription, AuthenticationEventArgs)
public virtual void Invoke(AuthenticationEventSubscription sender, AuthenticationEventArgs args)
Parameters
sender
AuthenticationEventSubscription
args
AuthenticationEventArgs