System.Threading Namespace (F#)

This topic describes the F# extensions to the System.Threading namespace. For information about the .NET Framework System.Threading namespace, see System.Threading.

Namespace/Module Path: System.Threading

Assembly: FSharp.Core (in FSharp.Core.dll)

namespace System.Threading

Remarks

The APIs documented in this topic are provided for use only with the version of the F# Core Library Versions that targets .NET Framework 2.0. If you are using .NET Framework 4, use the .NET Framework 4 version of these APIs, which are documented in System.Threading.

Type Definitions

Type

Description

type CancellationToken

Represents a capability to detect cancellation of an operation.

type CancellationTokenRegistration

Represents a registration to a Cancellation token source.

type CancellationTokenSource

Signals to a CancellationToken that it should be cancelled.

See Also

Other Resources

F# Core Library Reference