API ReferenceFacepunch.ActionGraphs

GetNodeLibraryDelegateclass

objectMulticastDelegateGetNodeLibraryDelegate
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public sealed class Facepunch.ActionGraphs.GetNodeLibraryDelegate : System.MulticastDelegate

Constructors1

Showing 1 constructors

public GetNodeLibraryDelegate(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(System.AsyncCallback callback, object object)PUBLICVIRTUAL

ParameterTypeDescription
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual Facepunch.ActionGraphs.NodeLibrary EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:NodeLibrary

On this page