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

Get or set the metric used for load balancing.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public Metric Metric { get; set; }
Public Property Metric As Metric
public:
property Metric Metric {
	Metric get ();
	void set (Metric value);
}

Return Value

The metric. Possible values are Connections, ByteRate or None

Remarks

If the factory is not load balanced the metric returned will be None. If the factory is load balanced but no metric has been set explicitly the metric returned will be the default Connections.

See Also