GrainCancellationTokenSource
class
Namespace: Orleans
An analogue to
System.Threading.CancellationTokenSource which can be sent between grains. public sealed class GrainCancellationTokenSource : IDisposableConstructors
GrainCancellationTokenSourceInitializes theGrainCancellationTokenSource.
Properties
IsCancellationRequestedGets a value indicating whether cancellation has been requested.TokenGets theGrainCancellationTokenSourceassociated with thisGrainCancellationTokenSource.
