SmartSockets .NET Class Library

TipcMonExt.setInt2 Method (String, Int16)

Adds an int2 field to the monitor extension message, associating that field with a name. If the named field already exists the method will update the value of the named field.

Note: This method should only be invoked when using a single, global RTserver connection via the TipSvc.getSrv method.

public static void setInt2(
   string data_name,
   short data
);

Parameters

data_name
the name associated with the extension data being added.
data
the int4 data to be added to the monitor extension message.

Exceptions

Exception TypeCondition
TipcException If an error occurs updating the message.

See Also

TipcMonExt Class | TipcMonExt Members | TIBCO.SMARTSOCKETS Namespace | TipcMonExt.setInt2 Overload List


Copyright © TIBCO Software Inc. All rights reserved