Click or drag to resize
SynchronizationEngineHostOnOnlineStatusChanged Method
Method to raise the an event when the device online status changes.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
protected void OnOnlineStatusChanged(
	bool e
)

Parameters

e
Type: SystemBoolean
True if the device is now online.
See Also