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 _
) As AmqpChannel
C#
public AmqpChannel FlowOkChannel(
	bool active
)
Visual C++
public:
AmqpChannel^ FlowOkChannel(
	bool active
)

Parameters

active
Type: System..::..Boolean
Current flow setting

Return Value

See Also