AFGlobalSettings.TaskSchedulerForAsyncEmulation Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Task scheduler to use when querying data from data references that do not natively support asynchronous calls.
If null, asynchronous calls are not supported if the data reference does not natively support them.
Write data methods are not emulated.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public static TaskScheduler TaskSchedulerForAsyncEmulation { get; set; }
Public Shared Property TaskSchedulerForAsyncEmulation As TaskScheduler Get Set Dim value As TaskScheduler value = AFGlobalSettings.TaskSchedulerForAsyncEmulation AFGlobalSettings.TaskSchedulerForAsyncEmulation = value
public: static property TaskScheduler^ TaskSchedulerForAsyncEmulation { TaskScheduler^ get (); void set (TaskScheduler^ value); }
static member TaskSchedulerForAsyncEmulation : TaskScheduler with get, set