AFGlobalSettings.TaskSchedulerForAsyncEmulation Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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