Click or drag to resize
SynchronizationEngineHostThreadPoolRunAsync Method
Executes a callback on the system threadpool.

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
public abstract void ThreadPoolRunAsync(
	Action callback
)

Parameters

callback
Type: SystemAction
The callback to invoke.
See Also