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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.