[TIBCO.EMS .NET client library 6.0 documentation]

Sets a long value with the specified name into the Map.

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

Syntax

public void SetLong(
	string name,
	long value
)
Public Sub SetLong ( _
	name As String, _
	value As Long _
)
public:
void SetLong(
	String^ name, 
	long long value
)

Parameters

name
Type: System..::.String
The name of the long. Name cannot be null or an empty string.
value
Type: System..::.Int64
The long value to set in the Map

Exceptions

ExceptionCondition
TIBCO.EMS..::.MessageNotWriteableExceptionAn MessageNotWriteableException may be thrown if the message is in read-only mode
System..::.ArgumentExceptionAn ArgumentException may be thrown if the name is null or if the name is an empty string

See Also