SingleThreadTaskSchedulerWaitTimeout Property |
Gets or sets a value that defines the maximum time to periodically wait for stop and dequeue events to happen.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int WaitTimeout { get; set; }
Property Value
Type:
Int32A value that defines the maximum time to periodically wait for stop and dequeue events to happen.
See Also