API ReferenceFacepunch.ActionGraphs
VoidTaskFaultHandlerclass
object→
MulticastDelegate→VoidTaskFaultHandlerConstructors1
Showing 1 constructors
public VoidTaskFaultHandler(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(Facepunch.ActionGraphs.ActionGraph graph, System.Exception e, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| graph | ActionGraph | — |
| e | Exception | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual void EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
void—public virtual void Invoke(Facepunch.ActionGraphs.ActionGraph graph, System.Exception e)
| Parameter | Type | Description |
|---|---|---|
| graph | ActionGraph | — |
| e | Exception | — |
Returns:
void—No results match this filter.