NBRoute represents a Label node to which a message can be propagated.
A node can propagate a message to any label node in the same message flow as itself.

C# | Visual Basic | Visual C++ | F# |
public class NBRoute
Public Class NBRoute
public ref class NBRoute
type NBRoute = class end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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 label node this NBRoute points to.
|
![]() | Propagate(NBMessageAssembly, NBMessageControl) |
Propagates an NBMessageAssembly to the label with the options specified.
|
![]() | Propagate(NBMessageAssembly) |
Propagates an NBMessageAssembly to the label.
|
![]() | ToString()()()() |
Returns a String representation of NBRoute.
(Overrides Object.ToString()()()().) |

Object | |
![]() | NBRoute |