SmartSockets .NET Class Library

TipcMonExt Methods

The methods of the TipcMonExt class are listed below. For a complete list of TipcMonExt class members, see the TipcMonExt Members topic.

Public Static Methods

deleteOverloaded. Deletes a named field from the monitor extension message. Note: This method should only be invoked when using a single, global RTserver connection via the TipSvc.getSrv method.
setBinaryOverloaded. Adds a binary 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.
setBoolOverloaded. Adds a boolean 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.
setBoolArrayOverloaded. Adds a boolean 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.
setInt2Overloaded. 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.
setInt2ArrayOverloaded. Adds a int2 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.
setInt4Overloaded. Adds an int4 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.
setInt4ArrayOverloaded. Adds a int4 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.
setInt8Overloaded. Adds an int8 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.
setInt8ArrayOverloaded. Adds a int8 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.
setReal4Overloaded. Adds a real4 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.
setReal4ArrayOverloaded. Adds a real4 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.
setReal8Overloaded. Adds a real8 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.
setReal8ArrayOverloaded. Adds a real8 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.
setStrOverloaded. Adds a string 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.
setStrArrayOverloaded. Adds a string 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.
setUtf8Overloaded. Adds a utf8 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.
setUtf8ArrayOverloaded. 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 Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

TipcMonExt Class | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved