StatelessWorkerOptions.RemoveIdleWorkers 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.
When set to true, idle workers will be proactively deactivated by the runtime.
Otherwise if false, than the workers will be deactivated according to CollectionAge.
public bool RemoveIdleWorkers { get; set; }
member this.RemoveIdleWorkers : bool with get, set
Public Property RemoveIdleWorkers As Boolean
Property Value
Remarks
You can read more on this here