IGrainReferenceRuntime 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 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) |
在遠端物件上叫用引發並忘記方法。 |