Table of Contents

Delegate InventoryLogic.ProcessResultListDelegate

Namespace
TaleWorlds.CampaignSystem.Inventory
Assembly
TaleWorlds.CampaignSystem.dll
public delegate void InventoryLogic.ProcessResultListDelegate(InventoryLogic inventoryLogic, List<TransferCommandResult> results)

Parameters

inventoryLogic InventoryLogic
results List<TransferCommandResult>
Extension Methods

Constructors

ProcessResultListDelegate(object, IntPtr)

public ProcessResultListDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(InventoryLogic, List<TransferCommandResult>, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(InventoryLogic inventoryLogic, List<TransferCommandResult> results, AsyncCallback callback, object @object)

Parameters

inventoryLogic InventoryLogic
results List<TransferCommandResult>
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(InventoryLogic, List<TransferCommandResult>)

public virtual void Invoke(InventoryLogic inventoryLogic, List<TransferCommandResult> results)

Parameters

inventoryLogic InventoryLogic
results List<TransferCommandResult>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).