LBM .Net API Documentation
LBMUMMInfo Constructor (_applicationName, _userName, _password, _servers, _flags, _certFile, _certFilePassword)
Namespacescom.latencybusters.lbmLBMUMMInfoLBMUMMInfo(String, String, String, array<String>[]()[], UInt32, String, String)
Instantiate an LBM UMM Info object.
Declaration Syntax
C#
public LBMUMMInfo(
	string _applicationName,
	string _userName,
	string _password,
	string[] _servers,
	uint _flags,
	string _certFile,
	string _certFilePassword
)
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.
_certFile (String)
Path to a pem-encoded certificate file. If specified, SSL is enabled and certificate is used to validate the UMM daemon identity.
_certFilePassword (String)
Certificate file password. Required only if certificate file is password-protected.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0