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