ReliableStateManager.IStateProviderReplica.Abort Method

Definition

Forcefully abort the state provider replica.

void IStateProviderReplica.Abort ();
abstract member Microsoft.ServiceFabric.Data.IStateProviderReplica.Abort : unit -> unit
override this.Microsoft.ServiceFabric.Data.IStateProviderReplica.Abort : unit -> unit
Sub Abort () Implements IStateProviderReplica.Abort

Implements

Remarks

This generally occurs when a permanent fault is detected on the node, or when Service Fabric cannot reliably manage the replica's lifecycle due to internal failures.

Applies to