NBTerminal MembersIBM Integration Bus

The NBTerminal type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals(Object)
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEquals(NBTerminal)
Returns true if the two NBTerminal object references refer to the same terminal.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Returns a String representation of the terminal.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyAttached
Gets whether the terminal is attached to anything or not.
Public propertyDynamic
Returns true if the terminal is dynamic. A dynamic terminal is a terminal that was added to a node by a messageflow designer rather than being a static attribute which was added to the node when it was written.
Public propertyName
Gets the name of the terminal.
Back to Top
See Also