Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DiscoveryMessageSequence Class

.NET Framework (current version)
 

Represents the AppSequence header defined in the WS-Discovery protocol.

Namespace:   System.ServiceModel.Discovery
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

System::Object
  System.ServiceModel.Discovery::DiscoveryMessageSequence

public ref class DiscoveryMessageSequence : IComparable<DiscoveryMessageSequence^>, 
	IEquatable<DiscoveryMessageSequence^>

NameDescription
System_CAPS_pubpropertyInstanceId

Gets the instance ID.

System_CAPS_pubpropertyMessageNumber

Gets the message number.

System_CAPS_pubpropertySequenceId

Gets the sequence ID.

NameDescription
System_CAPS_pubmethodCanCompareTo(DiscoveryMessageSequence^)

Gets a value that indicates whether the specified DiscoveryMessageSequence instance is comparable to the current DiscoveryMessageSequence instance.

System_CAPS_pubmethodCompareTo(DiscoveryMessageSequence^)

Compares the specified DiscoveryMessageSequence instance with the current DiscoveryMessageSequence instance.

System_CAPS_pubmethodEquals(DiscoveryMessageSequence^)

Determines if the specified DiscoveryMessageSequence instance is comparable to the current DiscoveryMessageSequence instance.

System_CAPS_pubmethodEquals(Object^)

Determines if the specified object is equal to the current DiscoveryMessageSequence instance.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets a hash code for the current DiscoveryMessageSequence instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Creates a string representation of the DiscoveryMessageSequence instance.(Overrides Object::ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(DiscoveryMessageSequence^, DiscoveryMessageSequence^)

Determines if two specified instances of DiscoveryMessageSequence are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft