This documentation is archived and is not being maintained.
SequenceNumber Structure
Visual Studio 2010
Represents a sequence number assigned to a log record in a record sequence.
Assembly: System.IO.Log (in System.IO.Log.dll)
The SequenceNumber type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares this sequence number with a specified object. |
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType::Equals(Object).) |
![]() | Equals(SequenceNumber) | Indicates whether this instance and a specified sequence number are equal. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBytes | Encodes all or part of the current sequence number into a byte array. |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Compares two SequenceNumber instances to determine whether they are equal. |
![]() ![]() | GreaterThan | Performs a logical comparison of two SequenceNumber instances to determine whether the first is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Performs a logical comparison of two SequenceNumber instances to determine whether the first is greater than or equal to the second. |
![]() ![]() | Inequality | Compares two SequenceNumber instances to determine whether they are not equal. |
![]() ![]() | LessThan | Performs a logical comparison of the two SequenceNumber parameters to determine whether the first is less than the second. |
![]() ![]() | LessThanOrEqual | Performs a logical comparison of the two SequenceNumber parameters to determine whether the first is less than or equal to the second. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
