Show / Hide Table of Contents

Class GrainCancellationToken

Grain cancellation token

Inheritance
System.Object
GrainCancellationToken
Namespace: Orleans
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class GrainCancellationToken : IDisposable

Properties

| Improve this Doc View Source

CancellationToken

Underlying cancellation token

Declaration
public CancellationToken CancellationToken { get; }
Property Value
Type Description
CancellationToken

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX