void ProcessTemplate( System.Threading.CancellationToken cancellationToken )
Parameters
- cancellationToken
- The token to monitor for cancellation requests.
void ProcessTemplate( System.Threading.CancellationToken cancellationToken )
Exception | Description |
---|---|
System.OperationCanceledException | Throws when the System.Threading.CancellationToken was canceled. |