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