The NBComputeNode type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| CreateExceptionFromExceptionList |
Constructs an NBException from a broker exception list.
(Inherited from NBNode.) | |
| CreateExceptionList |
Constructs a new exception list from the given exception and places into the given NBMessage.
(Inherited from NBNode.) | |
| (Inherited from | ||
| Evaluate |
Evalute is the main entry point for the node. It is called once each each time a message passes through the node.
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetAllOutputTerminals |
Returns a collection of all output terminals belonging to this node.
(Inherited from NBNode.) | |
| GetAllRoutes |
Returns a collection of all labels asociated with the message flow that this node belongs to.
(Inherited from NBNode.) | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetRoute |
Returns an NBRoute object matching the label name passed as an argument,
or null if the matching label node does not exist.
(Inherited from NBNode.) | |
Gets the (Inherited from | ||
| GetUserDefinedProperty |
Returns the value of the requested user defined property.
(Inherited from NBNode.) | |
| GetUserDefinedPropertyAsString |
Returns the value of the requested user defined property as a string.
(Inherited from NBNode.) | |
Creates a shallow copy of the current (Inherited from | ||
| OnDelete |
Called when a flow is stopped or deleted.
| |
| OnInitialize |
Called before a message flow deploy is committed.
| |
| OutputTerminal |
Returns an NBOutputTerminal matching the name passed as an argument, or
null if the terminal does not exist.
(Inherited from NBNode.) | |
Returns a string that represents the current object. (Inherited from |
See Also