This method asks the peer to pause or restart the flow of content data sent by a consumer.
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public Function FlowChannel ( _ active As Boolean, _ callback As AmqpEventHandler _ ) As AmqpChannel |
C# |
---|
public AmqpChannel FlowChannel( bool active, AmqpEventHandler callback ) |
Visual C++ |
---|
public: AmqpChannel^ FlowChannel( bool active, AmqpEventHandler^ callback ) |
Parameters
- active
- Type: System..::..Boolean
Start/Stop content frames
- callback
- Type: Kaazing.AMQP..::..AmqpEventHandler
Method to be called on success