Callbackclass

Callback delegate for receiving progress updates.

objectMulticastDelegateCallback
Namespace
global
Assembly
Sandbox.System
Declaration
public sealed class Sandbox.Utility.DataProgress.Callback : System.MulticastDelegate

Constructors1

Showing 1 constructors

public Callback(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(Sandbox.Utility.DataProgress progress, System.AsyncCallback callback, object object)PUBLICVIRTUAL

ParameterTypeDescription
progressDataProgress
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual void EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:void

public virtual void Invoke(Sandbox.Utility.DataProgress progress)PUBLICVIRTUAL

ParameterTypeDescription
progressDataProgress
Returns:void

On this page