[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Get or set the load balancing metric used by the connection
factory
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public FactoryLoadBalanceMetric Metric { get; set; } |
Public Property Metric As FactoryLoadBalanceMetric |
public: property FactoryLoadBalanceMetric Metric { FactoryLoadBalanceMetric get (); void set (FactoryLoadBalanceMetric value); } |
Remarks
Valid metrics are:
- FactoryLoadBalanceMetric.None: not load balanced
- FactoryLoadBalanceMetric.Connections: number of connections on server
- FactoryLoadBalanceMetric.ByteRate: total byte rate (input and output) on server
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS..::.EMSException | If the value of metric to set is invalid |