[TIBCO.EMS .NET client library 5.1 documentation]

Returns the long value with the specified name.

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

Syntax

public long GetLong(
	string name
)
Public Function GetLong ( _
	name As String _
) As Long
public:
long long GetLong(
	String^ name
)

Parameters

name
Type: System..::.String
the name of the long

Return Value

The long value with the specified name. Returns null if the message does not have a field set for the name.

Exceptions

ExceptionCondition
TIBCO.EMS..::.EMSExceptionif the message could not be read due to an internal error
TIBCO.EMS..::.MessageFormatExceptionif this type conversion is invalid.

See Also