Name | Description | |
---|---|---|
Current | Gets the current Message that this enumerator points to. | |
CursorHandle | Gets the native Message Queuing cursor handle used to browse messages in the queue. |
The following tables list the members exposed by MessageEnumerator.
Name | Description | |
---|---|---|
Current | Gets the current Message that this enumerator points to. | |
CursorHandle | Gets the native Message Queuing cursor handle used to browse messages in the queue. |
Name | Description | |
---|---|---|
Close | Frees the resources associated with the enumerator. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Releases all resources used by the MessageEnumerator. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
MoveNext | Overloaded. Advances the enumerator to the next message in the queue, if one is currently available. | |
RemoveCurrent | Overloaded. Removes the current message from a transactional or non-transactional queue and returns the message to the calling application. There is no timeout specified for a message to arrive in the queue. | |
Reset | Resets the current enumerator so it points to the head of the queue. |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |