VolatileActorStateProvider.IStateProviderReplica.CloseAsync 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET