SmartSockets .NET Class Library

TipcMonExt.setUtf8Array Method

Adds a utf8 array 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.

Overload List

Adds a utf8 array 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 setUtf8Array(string,string[]);

Adds a utf8 array 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.

public static void setUtf8Array(TipcSrv,string,string[]);

See Also

TipcMonExt Class | TipcMonExt Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved