[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Get or set the load balancing metric used by the connection
factory
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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 |
---|---|
EMSException | If the value of metric to set is invalid |