SmartSockets .NET Class Library

TipcConnClient.addWriteCb Method (TipcWriteCb, Int32, Int16, Object)

Adds a write callback class for message type 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,
   int mtNum,
   short priority,
   object arg
);

Parameters

l
The class to add
mtNum
The number of the message type this callback is interested in. If this is 0, the write callback will be called for messages of any type.
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