WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NBOutputTerminal Class
NamespacesIBM.Broker.PluginNBOutputTerminal
SUMMARY
NBOutputTerminal represents a terminal to which a message is propagated out of the .NETComputeNode.
Declaration Syntax
C#Visual BasicVisual C++F#
public class NBOutputTerminal : NBTerminal
Public Class NBOutputTerminal _
	Inherits NBTerminal
public ref class NBOutputTerminal : public NBTerminal
type NBOutputTerminal =  
    class
        inherit NBTerminal
    end
Members
All MembersMethodsProperties



IconMemberDescription
Attached
Indicates whether the terminal is attached to anything or not.
(Overrides NBTerminal.Attached.)
Dynamic
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.
(Inherited from NBTerminal.)
Equals(NBTerminal)
Returns true if the two NBTerminal object references refer to the same terminal.
(Inherited from NBTerminal.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Name
Gets the name of the terminal.
(Inherited from NBTerminal.)
Propagate(NBMessageAssembly, NBMessageControl)
Propagates an NBMessageAssembly to the terminal with the specified options.

Propagate(NBMessageAssembly)
Propagates an NBMessageAssembly to the terminal.

ToString()()()()
Returns a String representation of the NBOutputTerminal.
(Overrides NBTerminal.ToString()()()().)
Inheritance Hierarchy
Object
NBTerminal
 NBOutputTerminal

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0