IRequest
interface
Namespace: Orleans.Runtime
Represents a request to invoke a method on a grain.
public interface IRequest : IInvokable, IDisposableProperties
OptionsGets the invocation options.
Methods
AddInvokeMethodOptions(InvokeMethodOptions)Incorporates the provided invocation options.ToMethodCallString(IRequest)Returns a string representation of the request.ToString(IRequest)Returns a string representation of the request.
