Set the dequeue results interceptor for this client connection.

This results interceptor replaces any existing results processor. To disable pre-processing of results, set the processor to null.

Note:
This method cannot be safely called while another thread is calling dequeue().

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public DequeueResult..::..Interceptor SetDequeueResultInterceptor(
	DequeueResult..::..Interceptor dri
)
Public Function SetDequeueResultInterceptor ( _
	dri As DequeueResult..::..Interceptor _
) As DequeueResult..::..Interceptor
public:
DequeueResult..::..Interceptor^ SetDequeueResultInterceptor(
	DequeueResult..::..Interceptor^ dri
)

See Also