IGrainReferenceRuntime
interface
Namespace: Orleans.Runtime
Runtime logic for
GrainReferences to be usable. This service is not meant to be used directly by user code. public interface IGrainReferenceRuntimeMethods
Cast(IAddressable, Type)Converts the providedgrainto the providedinterfaceType.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(GrainReference, IInvokable, InvokeMethodOptions)Invokes the specified method on the provided grain interface.
