IGrainReferenceRuntime インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
s の GrainReferenceランタイム ロジックを使用できるようにする。 このサービスは、ユーザー コードによって直接使用されるものではありません。
public interface IGrainReferenceRuntime
type IGrainReferenceRuntime = interface
Public Interface IGrainReferenceRuntime
メソッド
Cast(IAddressable, Type) |
指定された を指定 |
Convert(IAddressable, Type) |
指定された を指定 |
Convert<TGrainInterface>(IAddressable) |
指定 |
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 メソッドを呼び出します。 |