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.RemoveObject

Removes the current message from the underlying set of messages.

[Visual Basic]
Public Function RemoveObject() As Object
[C#]
public object RemoveObject();
[C++]
public: Object* RemoveObject();
[JScript]
public function RemoveObject() : Object;

Return Value

the message that was just removed.

See Also

MessagesEnumerator Class | MessagesEnumerator Members | System.Messaging Namespace