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

Indicates whether or not the RTserver should deliver all messages on this client connection, even if other clients participate in load balancing.

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

Syntax

public bool OverrideLoadBalanceMode { get; }
Public ReadOnly Property OverrideLoadBalanceMode As Boolean
public:
property bool OverrideLoadBalanceMode {
	bool get ();
}

Return Value

true if load balancing is to be disabled, false otherwise

See Also