Table of Contents

Delegate VegetationSystemPro.MultiOnClearCacheVegetationCellDelegate

Namespace
AwesomeTechnologies.VegetationSystem
Assembly
Assembly-CSharp.dll
public delegate void VegetationSystemPro.MultiOnClearCacheVegetationCellDelegate(VegetationSystemPro vegetationSystemPro, VegetationCell vegetationCell)

Parameters

vegetationSystemPro VegetationSystemPro
vegetationCell VegetationCell
Extension Methods

Constructors

MultiOnClearCacheVegetationCellDelegate(object, nint)

public MultiOnClearCacheVegetationCellDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(VegetationSystemPro, VegetationCell, AsyncCallback, object)

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

Parameters

vegetationSystemPro VegetationSystemPro
vegetationCell VegetationCell
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(VegetationSystemPro, VegetationCell)

public virtual void Invoke(VegetationSystemPro vegetationSystemPro, VegetationCell vegetationCell)

Parameters

vegetationSystemPro VegetationSystemPro
vegetationCell VegetationCell