MessageEnumerator Class Members
The following tables list the members exposed by MessageEnumerator.
Public Properties
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. |
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 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. |
Protected Methods
Name | Description | |
---|---|---|
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
See Also