This method requests a specific quality of service.

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

Syntax

Visual Basic
Public Function QosBasic ( _
	prefetchSize As Integer, _
	prefetchCount As Integer, _
	global As Boolean _
) As AmqpChannel
C#
public AmqpChannel QosBasic(
	int prefetchSize,
	int prefetchCount,
	bool global
)
Visual C++
public:
AmqpChannel^ QosBasic(
	int prefetchSize, 
	int prefetchCount, 
	bool global
)

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

Return Value

AmqpChannel

See Also