次の方法で共有


IGrainReferenceRuntime インターフェイス

定義

s の GrainReferenceランタイム ロジックを使用できるようにする。 このサービスは、ユーザー コードによって直接使用されるものではありません。

public interface IGrainReferenceRuntime
type IGrainReferenceRuntime = interface
Public Interface IGrainReferenceRuntime

メソッド

Cast(IAddressable, Type)

指定された を指定 grain された に interfaceType変換します。

Convert(IAddressable, Type)

指定された を指定 grain された に interfaceType変換します。

Convert<TGrainInterface>(IAddressable)

指定 grain した を指定したインターフェイスに変換します。

InvokeMethod(GrainReference, IInvokable, InvokeMethodOptions)

指定されたグレイン インターフェイスで、指定された void を返すメソッドを、応答を待たずに呼び出します。

InvokeMethodAsync(GrainReference, IInvokable, InvokeMethodOptions)

指定されたグレイン インターフェイスで、指定したメソッドを呼び出します。

InvokeMethodAsync<T>(GrainReference, IInvokable, InvokeMethodOptions)

指定されたグレイン インターフェイスで、指定したメソッドを呼び出します。

InvokeMethodAsync<T>(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress)

リモート オブジェクトでメソッドを呼び出します。

InvokeOneWayMethod(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress)

リモート オブジェクトで fire メソッドと forget メソッドを呼び出します。

適用対象