SmartSockets .NET Class Library

TipcConnClient.addWriteBufferChangeCb Method (TipcWriteBufferChangeCb, Int16, Object)

Adds a write buffer change callback class with given priority. The write buffer callbacks are called when the write buffer is either flushed or written to THROUGH the message interface ONLY.

public virtual TipcCb addWriteBufferChangeCb(
   TipcWriteBufferChangeCb l,
   short priority,
   object arg
);

Parameters

l
The class to add
priority
The priority of the callback
arg
Argument to pass to the callback

Return Value

An opaque TipcCb object, used to remove the callback later.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace | TipcConnClient.addWriteBufferChangeCb Overload List | TipcWriteBufferChangeCb


Copyright © TIBCO Software Inc. All rights reserved