ISequenceNumber Interface
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.
Defines a sequence number generator for tracking event order.
public interface ISequenceNumber
type ISequenceNumber = interface
Public Interface ISequenceNumber
- Derived
Properties
| Name | Description |
|---|---|
| Atomic |
Gets an atomic sequence number generator that uses thread-safe operations. |
| Default |
Gets a default sequence number generator. |
Methods
| Name | Description |
|---|---|
| Current() |
Gets the current sequence number without incrementing. |
| Next() |
Gets the current sequence number and increments it. |