CheckSequencePropertyOperation(String, Int64) Constructor
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.
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
- 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
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