Share via


CheckSequencePropertyOperation(String, Int64) Constructor

Definition

Instantiates a new instance of the CheckSequencePropertyOperation class.

public CheckSequencePropertyOperation (string propertyName, long sequenceNumber);
new System.Fabric.CheckSequencePropertyOperation : string * int64 -> System.Fabric.CheckSequencePropertyOperation
Public Sub New (propertyName As String, sequenceNumber As Long)

Parameters

propertyName
String

A String that defines the name of the property.

sequenceNumber
Int64

A Int64 that defines the expected sequence number of the property for the operation to pass.

Remarks

Note that if one PropertyBatchOperation fails, the entire batch fails and cannot be committed.

Applies to