sendLogin

sendLogin — transmits the user name and password.

Synopsis

For C++:
void sendLogin(); 
void;
 
For Java and C#:
public void sendLogin(); 
void;
 

Description

This method transmits the user name and password previously set by a call to setUsername or setConnectionParms. The sendLogin method is normally called automatically when a successful connection is made to the DataHub instance, prior to the onConnectionSuccess user callback.