[TIBCO.EMS .NET client library 8.1 documentation]

Set the load balance metric

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

Syntax

public void SetMetric(
	int metric
)
Public Sub SetMetric ( _
	metric As Integer _
)
public:
void SetMetric(
	int metric
)

Parameters

metric
Type: System..::.Int32
The load balance metric

Exceptions

ExceptionCondition
TIBCO.EMS..::.EMSException Invalid metric

See Also