IStatefulServicePartition.WriteStatus Property
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.
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
Azure SDK for .NET