ResponseEventStream.NextSequenceNumber Method
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.
Returns the next sequence number for use with manually constructed events. Uses post-increment semantics: returns the current value and then increments.
public virtual long NextSequenceNumber();
abstract member NextSequenceNumber : unit -> int64
override this.NextSequenceNumber : unit -> int64
Public Overridable Function NextSequenceNumber () As Long
Returns
The next sequence number.