Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int DisposeThreadJoinTimeout { get; set; }

Property Value

Type: Int32
A value that defines the maximum time to wait for the thread to finish when this instance is disposed.
See Also