GrainCancellationToken Class

Definition

An analogue to CancellationToken which can be sent between grains.

[System.Serializable]
public sealed class GrainCancellationToken : IDisposable
[Orleans.Immutable]
public sealed class GrainCancellationToken : IDisposable
[<System.Serializable>]
type GrainCancellationToken = class
    interface IDisposable
[<Orleans.Immutable>]
type GrainCancellationToken = class
    interface IDisposable
Public NotInheritable Class GrainCancellationToken
Implements IDisposable
Inheritance
GrainCancellationToken
Attributes
Implements

Properties

CancellationToken

Gets the underlying cancellation token.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to