SchedulingOptions.ActivationSchedulingQuantum 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.
Gets or sets the soft time limit on the duration of activation macro-turn (a number of micro-turns). If an activation was running its micro-turns longer than this, we will give up the thread. If this is set to zero or a negative number, then the full work queue is drained (MaxWorkItemsPerTurn allowing).
public TimeSpan ActivationSchedulingQuantum { get; set; }
member this.ActivationSchedulingQuantum : TimeSpan with get, set
Public Property ActivationSchedulingQuantum As TimeSpan