Interface ICancellationTokenProvider
Namespace: Volo.Abp.Threading
Assembly: Volo.Abp.Threading.dll
Syntax
public interface ICancellationTokenProvider
Properties
Token
Declaration
CancellationToken Token { get; }
Property Value
| Type | Description |
|---|---|
| CancellationToken |
Methods
Use(CancellationToken)
Declaration
IDisposable Use(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| IDisposable |