NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessagesEnumerator.Reset

Resets the current enumerator, so it starts from the the head of the queue.

[Visual Basic]
Overridable Public Sub Reset()
[C#]
public virtual void Reset();
[C++]
public: virtual void Reset();
[JScript]
public function Reset();

See Also

MessagesEnumerator Class | MessagesEnumerator Members | System.Messaging Namespace