SmartSockets .NET Class Library

TipcConnClient.addWriteCb Method (TipcWriteCb, Int16, Object)

Adds a write callback class with given 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,
   short priority,
   object arg
);

Parameters

l
The class to add
priority
The priority of the callback
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