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!

MessageQueuesEnumerator Properties

The properties of the MessageQueuesEnumerator class are listed below. For a complete list of MessageQueuesEnumerator class members, see the MessageQueuesEnumerator Members topic.

Public:

Current Returns the current MessageQueue of the enumeration. Before the first call to MoveNext and following a call to MoveNext that returned false an InvalidOperationException will be thrown. Multiple calls to Current with no intervening calls to MoveNext will return the same MessageQueue object.
LocatorHandle The native MSMQ handle used to locate queues in a network.

See Also

MessageQueuesEnumerator Class | System.Messaging Namespace