[TIBCO.EMS .NET client library 7.0 documentation]

Get the current message in the browser

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public Object Current { get; }
Public ReadOnly Property Current As Object
public:
virtual property Object^ Current {
	Object^ get () sealed;
}

Field Value

The current message.

Implements

IEnumerator..::.Current

Remarks

This property presents the current message in the browser enumeration, but accessing the property does not consume that message.

The MoveNext()()() method advances the current message.

This property can be queried repeatly and the same message will be returned.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionIf queue browser is closed or failure to get the current message, or message is null.

See Also