| ISessionEventListenerOnLoggedIn Method |
Fires when the session has successfully logged in.
Namespace: Six.Sixp.ClientAssembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntaxvoid OnLoggedIn(
ISession session,
bool reconnected
)
Parameters
- session
- Type: Six.Sixp.ClientISession
The session that initiated the event - reconnected
- Type: SystemBoolean
Indicates if the session has redconnectd or if it's the first login
See Also