This method asks the peer to pause or restart the flow of content data sent by a consumer.

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

Syntax

Visual Basic
Public Function FlowChannel ( _
	active As Boolean _
) As AmqpChannel
C#
public AmqpChannel FlowChannel(
	bool active
)
Visual C++
public:
AmqpChannel^ FlowChannel(
	bool active
)

Parameters

active
Type: System..::..Boolean
Start/Stop content frames

Return Value

See Also