共用方式為


GenericMethodInvoker.Invoke(IAddressable, Object[]) 方法

定義

使用指定的 arguments ,在提供的 grain 實例上叫用定義的方法。

public System.Threading.Tasks.Task<object> Invoke (Orleans.Runtime.IAddressable grain, object[] arguments);
member this.Invoke : Orleans.Runtime.IAddressable * obj[] -> System.Threading.Tasks.Task<obj>
Public Function Invoke (grain As IAddressable, arguments As Object()) As Task(Of Object)

參數

grain
IAddressable

粒紋。

arguments
Object[]

方法的引數會先加上類型參數,後面接著方法參數。

傳回

調用結果。

適用於