Table of Contents

Delegate VegetationSystemPro.MultiOnVegetationStudioRefreshDelegate

Namespace
AwesomeTechnologies.VegetationSystem
Assembly
Assembly-CSharp.dll
public delegate void VegetationSystemPro.MultiOnVegetationStudioRefreshDelegate(VegetationSystemPro vegetationSystemPro)

Parameters

vegetationSystemPro VegetationSystemPro
Extension Methods

Constructors

MultiOnVegetationStudioRefreshDelegate(object, nint)

public MultiOnVegetationStudioRefreshDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(VegetationSystemPro, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(VegetationSystemPro vegetationSystemPro, AsyncCallback callback, object @object)

Parameters

vegetationSystemPro VegetationSystemPro
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(VegetationSystemPro)

public virtual void Invoke(VegetationSystemPro vegetationSystemPro)

Parameters

vegetationSystemPro VegetationSystemPro