DiscoveryMessageSequenceGenerator Class
A helper class that creates DiscoveryMessageSequence instances.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
| Name | Description | |
|---|---|---|
![]() | DiscoveryMessageSequenceGenerator() | Initializes a new instance of the DiscoveryMessageSequenceGenerator class. |
![]() | DiscoveryMessageSequenceGenerator(Int64, Uri^) | Initializes a new instance of the DiscoveryMessageSequenceGenerator class with the specified instance ID and sequence ID. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from 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() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Next() | Creates the next DiscoveryMessageSequence object. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Once created, the DiscoveryMessageSequenceGenerator creates new DiscoveryMessageSequence instances, sets the InstanceId, SequenceId and increments the MessageNumber for each successive DiscoveryMessageSequence instance created.
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.

