GrainCancellationToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |