API Referenceglobal
Callbackclass
Callback delegate for receiving progress updates.
object→
MulticastDelegate→CallbackConstructors1
Showing 1 constructors
public Callback(object object, System.IntPtr method)
| Parameter | Type | Description |
|---|---|---|
| object | object | — |
| method | IntPtr | — |
No results match this filter.
Methods3
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(Sandbox.Utility.DataProgress progress, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| progress | DataProgress | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual void EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
void—public virtual void Invoke(Sandbox.Utility.DataProgress progress)
| Parameter | Type | Description |
|---|---|---|
| progress | DataProgress | — |
Returns:
void—No results match this filter.