DiscoveryMessageSequence Class
Represents the AppSequence header defined in the WS-Discovery protocol.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
| Name | Description | |
|---|---|---|
![]() | InstanceId | Gets the instance ID. |
![]() | MessageNumber | Gets the message number. |
![]() | SequenceId | Gets the sequence ID. |
| Name | Description | |
|---|---|---|
![]() | CanCompareTo(DiscoveryMessageSequence^) | Gets a value that indicates whether the specified DiscoveryMessageSequence instance is comparable to the current DiscoveryMessageSequence instance. |
![]() | CompareTo(DiscoveryMessageSequence^) | Compares the specified DiscoveryMessageSequence instance with the current DiscoveryMessageSequence instance. |
![]() | Equals(DiscoveryMessageSequence^) | Determines if the specified DiscoveryMessageSequence instance is comparable to the current DiscoveryMessageSequence instance. |
![]() | Equals(Object^) | Determines if the specified object is equal to the current DiscoveryMessageSequence instance.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Gets a hash code for the current DiscoveryMessageSequence instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Creates a string representation of the DiscoveryMessageSequence instance.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(DiscoveryMessageSequence^, DiscoveryMessageSequence^) | Determines if two specified instances of DiscoveryMessageSequence are equal. |
![]() ![]() | Inequality(DiscoveryMessageSequence^, DiscoveryMessageSequence^) | Determines if two specified instances of DiscoveryMessageSequence are not equal. |
This class allows a receiver of discovery messages to process those messages in order even though they were received out of order.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




