Confirms to the peer that a flow command was received and processed.

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

Syntax

Visual Basic
Public Function FlowOkChannel ( _
	active As Boolean, _
	callback As AmqpEventHandler _
) As AmqpChannel
C#
public AmqpChannel FlowOkChannel(
	bool active,
	AmqpEventHandler callback
)
Visual C++
public:
AmqpChannel^ FlowOkChannel(
	bool active, 
	AmqpEventHandler^ callback
)

Parameters

active
Type: System..::..Boolean
Current flow setting
callback
Type: Kaazing.AMQP..::..AmqpEventHandler
Method to be called on success

Return Value

See Also