LKGConfigurationCacheOptions.TaskCreationOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The event queue task creation option, default to None instead of LongRunning as LongRunning will always start a task on a new thread instead of a thread from ThreadPool.
public System.Threading.Tasks.TaskCreationOptions TaskCreationOptions { get; set; }
member this.TaskCreationOptions : System.Threading.Tasks.TaskCreationOptions with get, set
Public Property TaskCreationOptions As TaskCreationOptions