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