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

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.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public enum Metric
Public Enumeration Metric
public enum class Metric

Members

Member nameDescription
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.

See Also