API Referenceglobal
Bodyclass
An action to perform in a branch or loop.
object→
MulticastDelegate→BodyConstructors1
Showing 1 constructors
public Body(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(System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual System.Threading.Tasks.Task EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
Task—public virtual System.Threading.Tasks.Task Invoke()
Returns:
Task—No results match this filter.