Share via


LKGConfigurationCacheOptions.TaskCreationOptions Property

Definition

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

Property Value

Applies to