TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

QueueBrowser.Current Property

Get the current message in the browser

public object Current {get;}

Property Value

The current message.

Implements

IEnumerator.Current

Remarks

This method can be called repeatly and the same message will be returned.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

Exceptions

Exception Type Condition
InvalidOperationException If queue browser is closed or failure to get the current message, or message is null.

See Also

QueueBrowser Class | TIBCO.EMS Namespace