API ReferenceFacepunch.ActionGraphs
LinkTriggeredHandlerclass
Handler for `Facepunch.ActionGraphs.ActionGraph.LinkTriggered` events.
object→
MulticastDelegate→LinkTriggeredHandlerConstructors1
Showing 1 constructors
public LinkTriggeredHandler(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.Link link, object value, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| link | Link | — |
| value | object | — |
| 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.Link link, object value)
| Parameter | Type | Description |
|---|---|---|
| link | Link | — |
| value | object | — |
Returns:
void—No results match this filter.