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) |
在提供的 grain 接口上调用指定的 void 返回方法,而无需等待响应。 |
InvokeMethodAsync(GrainReference, IInvokable, InvokeMethodOptions) |
在提供的 grain 接口上调用指定的方法。 |
InvokeMethodAsync<T>(GrainReference, IInvokable, InvokeMethodOptions) |
在提供的 grain 接口上调用指定的方法。 |
InvokeMethodAsync<T>(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress) |
对远程对象调用 方法。 |
InvokeOneWayMethod(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress) |
对远程对象调用 fire and forget 方法。 |