Adds an integer entry to an AmqpArguments table.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Function AddInteger ( _
	key As String, _
	value As Integer _
) As AmqpArguments
C#
public AmqpArguments AddInteger(
	string key,
	int value
)
Visual C++
public:
AmqpArguments^ AddInteger(
	String^ key, 
	int value
)

Parameters

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

Return Value

The AmquArguments object

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThrown when key is null or empty

See Also