Property CompletionTokenSource
- Namespace
- MVVrus.AspNetCore.ActiveSession.StdRunner
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
CompletionTokenSource
External source for a value of the CompletionToken property. If it is null (default value),
a new CancellationTokenSource will be used as the source in the instance to be created.
public CancellationTokenSource? CompletionTokenSource { readonly get; set; }