This method cancels a consumer.

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

Syntax

Visual Basic
Public Function CancelBasic ( _
	consumerTag As String, _
	noWait As Boolean _
) As AmqpChannel
C#
public AmqpChannel CancelBasic(
	string consumerTag,
	bool noWait
)
Visual C++
public:
AmqpChannel^ CancelBasic(
	String^ consumerTag, 
	bool noWait
)

Parameters

consumerTag
Type: System..::..String
Consumer - Tag
noWait
Type: System..::..Boolean
No - Wait

Return Value

AmqpChannel

See Also