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