Silo.StartAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the silo.
public System.Threading.Tasks.Task StartAsync (System.Threading.CancellationToken cancellationToken);
member this.StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function StartAsync (cancellationToken As CancellationToken) As Task
Parameters
- cancellationToken
- CancellationToken
A cancellation token which can be used to cancel the operation.
Returns
A Task representing the operation.