Adds a long string entry to an AmqpArguments table.

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

Syntax

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

Parameters

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

Return Value

The AmquArguments object

Exceptions

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

See Also