MessageQueueEnumerator Class Members
The following tables list the members exposed by MessageQueueEnumerator.
Public Properties
Name | Description | |
---|---|---|
![]() | Current | Gets the current MessageQueue of the enumeration. |
![]() | LocatorHandle | Gets the native Message Queuing handle used to locate queues in a network. |
Public Methods
Name | Description | |
---|---|---|
![]() | Close | Frees the resources associated with the enumerator. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Releases all resources used by the MessageQueueEnumerator. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | MoveNext | Advances the enumerator to the next queue of the enumeration, if one is currently available. |
![]() | Reset | Resets the cursor, so it points to the beginning of the enumeration. |
Protected Methods
Name | Description | |
---|---|---|
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
See Also