SmartSockets .NET Class Library

TipcConnClient.addWriteCb Method (TipcWriteCb, Object)

Adds a write callback class with default priority. The write callback is called when a message is written. It is called when the message is actually sent, not when the send method is called.

public virtual TipcCb addWriteCb(
   TipcWriteCb l,
   object arg
);

Parameters

l
The class to add
arg
argument to pass to callback

Return Value

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

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace | TipcConnClient.addWriteCb Overload List | TipcWriteCb


Copyright © TIBCO Software Inc. All rights reserved