Aracılığıyla paylaş


ReliableCollectionsActorStateProvider.IStateProviderReplica.CloseAsync Method

Definition

Gracefully close the state provider replica.

System.Threading.Tasks.Task IStateProviderReplica.CloseAsync (System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Data.IStateProviderReplica.CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.ServiceFabric.Data.IStateProviderReplica.CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function CloseAsync (cancellationToken As CancellationToken) As Task Implements IStateProviderReplica.CloseAsync

Parameters

cancellationToken
CancellationToken

The token to monitor for cancellation requests.

Returns

Task that represents the asynchronous close operation.

Implements

Applies to