NBOutputTerminal represents a terminal to which a message is propagated
out of the .NETComputeNode.

C# | Visual Basic | Visual C++ | F# |
public class NBOutputTerminal : NBTerminal
Public Class NBOutputTerminal _ Inherits NBTerminal
public ref class NBOutputTerminal : public NBTerminal
type NBOutputTerminal = class inherit NBTerminal end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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()()()().) |

Object | ||
![]() | NBTerminal | |
![]() | NBOutputTerminal |