KvsActorStateProviderBase.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

Remarks

This generally occurs when the replica's code is being upgrade, the replica is being moved due to load balancing, or a transient fault is detected.

Applies to