This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MkDocs.
Summary
Gets or sets a value indicating whether cancellation token is defined for async operation.
- Assembly
- Cake
.MkDocs .dll - Namespace
- Cake
.MkDocs .Serve - Containing Type
- Mk
Docs Serve Async Settings
Syntax
public CancellationToken Token { get; set; }
Value
Type | Description |
---|---|
CancellationToken | CancellationToken.None - default value. |