SingleThreadTaskSchedulerDisposeThreadJoinTimeout Property |
Gets or sets a value that defines the maximum time to wait for the thread to finish when this instance is disposed.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int DisposeThreadJoinTimeout { get; set; }
Property Value
Type:
Int32A value that defines the maximum time to wait for the thread to finish when this instance is disposed.
See Also