API Referenceglobal
public sealed class Facepunch.ActionGraphs.Nodes.ControlFlow.Body : System.MulticastDelegate
An action to perform in a branch or loop.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public Body(object object, System.IntPtr method)
No results match this filter.
Methods
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(System.AsyncCallback callback, object object)
public virtual System.Threading.Tasks.Task EndInvoke(System.IAsyncResult result)
public virtual System.Threading.Tasks.Task Invoke()
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.Nodes.ControlFlow.Body |