NBMessageFlow provides access to properties of the current message flow.

C# | Visual Basic | Visual C++ | F# |
public sealed class NBMessageFlow
Public NotInheritable Class NBMessageFlow
public ref class NBMessageFlow sealed
[<SealedAttribute>] type NBMessageFlow = class end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AdditionalInstances |
Returns the number of the additional instances configured for the current flow.
|
![]() | ApplicationName |
Returns the name of the application the message flow belongs to.
|
![]() | CommitCount |
Returns the CommitCount configured for the current flow.
|
![]() | CommitInterval |
Returns the CommitInterval configured for the current flow.
|
![]() | CoordinatedTransaction |
Returns true if the current flow is configured for coordinated transactions.
|
![]() | 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.) |
![]() | LibraryName |
Returns the name of the library the message flow belongs to.
|
![]() ![]() | MessageFlow |
Returns an NBMessageFlow.
|
![]() | Name |
Returns the name of the message flow.
|
![]() | ToString()()()() | (Inherited from Object.) |

An instance of this class is returned by the NBMessageFlow property.

Object | |
![]() | NBMessageFlow |