Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Sub SetInt ( _
	key As String, _
	value As Integer _
)
C#
void SetInt(
	string key,
	int value
)
Visual C++
void SetInt(
	String^ key, 
	int value
)
JavaScript
function setInt(key, value);

Parameters

key
Type: System..::..String
value
Type: System..::..Int32

See Also