System.Threading.CancellationTokenSource: Constructor Members

The constructors of System.Threading.CancellationTokenSource are listed below. For a list of all members, see the CancellationTokenSource Members list.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Threading.CancellationTokenSource class.

Initializes a new instance of the System.Threading.CancellationTokenSource class that will be canceled after the specified delay in milliseconds.

Initializes a new instance of the System.Threading.CancellationTokenSource class that will be canceled after the specified time span.