[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Defines the possible values for load balanced metric that
can be specified for a connection factory or retrieved from
a connection factory object.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public enum Metric |
Public Enumeration Metric |
public enum class Metric |
Members
Member name | Description | |
---|---|---|
None | Connection factory is not load balanced. | |
Connections | Connection factory load balances by generating a connection to the server
with the fewest number of connections.
| |
ByteRate | Connection factory load balances by generating a connection to the server
with the lowest total byte rate, input and output.
|