This method requests a specific quality of service.
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public Function QosBasic ( _ prefetchSize As Integer, _ prefetchCount As Integer, _ global As Boolean, _ callback As AmqpEventHandler _ ) As AmqpChannel |
C# |
---|
public AmqpChannel QosBasic( int prefetchSize, int prefetchCount, bool global, AmqpEventHandler callback ) |
Visual C++ |
---|
public: AmqpChannel^ QosBasic( int prefetchSize, int prefetchCount, bool global, AmqpEventHandler^ callback ) |
Parameters
- prefetchSize
- Type: System..::..Int32
prefetch window in octets
- prefetchCount
- Type: System..::..Int32
prefetch window in messages
- global
- Type: System..::..Boolean
apply to entire connection
- callback
- Type: Kaazing.AMQP..::..AmqpEventHandler
Method to be called on success