IGrainReferenceRuntime Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runtime logic for GrainReferences to be usable. This service is not meant to be used directly by user code.
public interface IGrainReferenceRuntime
type IGrainReferenceRuntime = interface
Public Interface IGrainReferenceRuntime
Methods
Cast(IAddressable, Type) |
Converts the provided |
Convert(IAddressable, Type) |
Converts the provided |
Convert<TGrainInterface>(IAddressable) |
Converts the provided |
InvokeMethod(GrainReference, IInvokable, InvokeMethodOptions) |
Invokes the specified void-returning method on the provided grain interface without waiting for a response. |
InvokeMethodAsync(GrainReference, IInvokable, InvokeMethodOptions) |
Invokes the specified method on the provided grain interface. |
InvokeMethodAsync<T>(GrainReference, IInvokable, InvokeMethodOptions) |
Invokes the specified method on the provided grain interface. |
InvokeMethodAsync<T>(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress) |
Invokes a method on a remote object. |
InvokeOneWayMethod(GrainReference, Int32, Object[], InvokeMethodOptions, SiloAddress) |
Invokes a fire and forget method on a remote object. |