[TIBCO.EMS .NET Admin client library 8.1 documentation]

The ConnectionInfo type exposes the following members.

Fields

  NameDescription
CLIENT_TYPE_C
Type indicating the client is a C application.
CLIENT_TYPE_CSHARP
Type indicating the client is a C# application.
CLIENT_TYPE_JAVA
Type indicating the client is a Java application.
CLIENT_TYPE_UNKNOWN
Type indicating the client is of unkown type.
CONNECTION_TYPE_FT
Type indicating the connection is a fault tolerant connection to another server.
CONNECTION_TYPE_GENERIC
Type indicating a generic client connection.
CONNECTION_TYPE_QUEUE
Type indicating the connection is a queue connection.
CONNECTION_TYPE_ROUTE
Type indicating the connection is a route connection to another server.
CONNECTION_TYPE_TOPIC
Type indicating the connection is a topic connection.

See Also