Skip to content

IRequest

interface

Namespace: Orleans.Runtime

Represents a request to invoke a method on a grain.
public interface IRequest : IInvokable, IDisposable

Properties

  • Options Gets the invocation options.

Methods