Skip to content

RequestBase

class

Namespace: Orleans.Runtime

Base type used for method requests.
[Orleans.SuppressReferenceTracking]
public abstract class RequestBase : IRequest, IInvokable, IDisposable

Properties

  • IsCancellabletrue if this request supports cancellation; false otherwise.
  • Options Gets the invocation options.

Methods