Confirms to the peer that a flow command was received and processed.
Namespace:
Kaazing.AMQPAssembly: 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