OrleansCommunicationListener.CloseAsync(CancellationToken) Method

Definition

Stops the silo.

public System.Threading.Tasks.Task CloseAsync (System.Threading.CancellationToken cancellationToken);
abstract member CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CloseAsync (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

The cancellation token.

Returns

A Task representing the work performed.

Implements

Applies to