NBBroker provides access to various broker wide properties.

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

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | Broker |
Returns an NBBroker.
|
![]() | BrokerVersion |
BrokerVersion returns the broker's Version.
|
![]() | 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.) |
![]() | InstallationLocation |
InstallationLocation returns the broker's installation location.
|
![]() | Name |
Returns the broker's name.
|
![]() | QueueManagerName |
Return the name of the broker's queue manager.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | WorkPath |
WorkPath returns the name of the broker's Work Path.
|

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

Object | |
![]() | NBBroker |