GrainCancellationTokenSource.Token Property
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.
Gets the CancellationToken associated with this GrainCancellationTokenSource.
public Orleans.GrainCancellationToken Token { get; }
member this.Token : Orleans.GrainCancellationToken
Public ReadOnly Property Token As GrainCancellationToken
Property Value
The CancellationToken associated with this GrainCancellationToken.