IStatefulServicePartition.WriteStatus Property

Definition

Used to check the readiness of the partition in regard to write operations.

public System.Fabric.PartitionAccessStatus WriteStatus { get; }
member this.WriteStatus : System.Fabric.PartitionAccessStatus
Public ReadOnly Property WriteStatus As PartitionAccessStatus

Property Value

Returns PartitionAccessStatus.

Exceptions

This indicates that the partition object is closed. The replica/replicator/instance has either been closed or is about to be closed.

Remarks

The WriteStatus should be checked before the replica services a customer request that is a write operation.

Applies to