Skip to content

IInvokable

interface

Namespace: Orleans.Serialization.Invocation

Represents an object which can be invoked asynchronously.
public interface IInvokable : IDisposable

Properties

  • IsCancellabletrue if this request supports cancellation; false otherwise.

Methods