SynchronizationEngineHostOnOnlineStatusChanged Method |
Method to raise the an event when the device online status changes.
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 OnOnlineStatusChanged(
bool e
)
Protected Sub OnOnlineStatusChanged (
e As Boolean
)
protected:
void OnOnlineStatusChanged(
bool e
)
member OnOnlineStatusChanged :
e : bool -> unit
Parameters
- e
- Type: SystemBoolean
True if the device is now online.
See Also