SynchronizationEngineHostOnLoggedInUserChanged Method |
Method to raise the an event when a user logs in or logs out.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxprotected void OnLoggedInUserChanged(
bool isAuthorized,
string username
)
Protected Sub OnLoggedInUserChanged (
isAuthorized As Boolean,
username As String
)
protected:
void OnLoggedInUserChanged(
bool isAuthorized,
String^ username
)
member OnLoggedInUserChanged :
isAuthorized : bool *
username : string -> unit
Parameters
- isAuthorized
- Type: SystemBoolean
True if there is now a logged in user. - username
- Type: SystemString
The name of the logged in user, null if there is no logged in user.
See Also