Skip to content

GrainCancellationTokenSource.Cancel

Cancel

View source
public Task Cancel()
Communicates a request for cancellation.

Exceptions

System.AggregateException
An aggregate exception containing all the exceptions thrown by the registered callbacks on the associated GrainCancellationToken .
System.ObjectDisposedException
This GrainCancellationTokenSource has been disposed.