LBM .Net API Documentation
LBMUMMInfo Constructor (_applicationName, _userName, _password, _servers, _flags)
Namespacescom.latencybusters.lbmLBMUMMInfoLBMUMMInfo(String, String, String, array<String>[]()[], UInt32)
Instantiate an LBM UMM Info object.
Declaration Syntax
C#
public LBMUMMInfo(
	string _applicationName,
	string _userName,
	string _password,
	string[] _servers,
	uint _flags
)
Parameters
_applicationName (String)
The application name. Must not exceed LBM.LBM_UMM_APP_NAME_LENGTH_MAX length.
_userName (String)
The UMM user name. Must not exceed LBM.LBM_UMM_USER_NAME_LENGTH_MAX length.
_password (String)
The UMM password. Must not exceed LBM.LBM_UMM_PASSWORD_LENGTH_MAX length.
_servers (array< String >[]()[])
The list of servers to attempt connections to. Servers are specified with a string in "ip:port" format. The servers are tried in round-robin fashion starting with index 0. Number of servers must not exceed LBM.LBM_UMM_NUM_SERVERS_MAX.
_flags (UInt32)
Flags to enable usage of SSL.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0