Partager via


CancellationToken.Register, méthode (F#)

Enregistre une action à exécuter avec le CancellationToken.

Espace de noms/Chemin du module : System.Threading

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

// Signature:
member this.Register : Action<obj> * obj -> CancellationTokenRegistration

// Usage:
cancellationToken.Register (action, state)

Paramètres

  • action
    Type : Action<obj>

    Action à associer au jeton.

  • state
    Type : obj

    État associé à l'action.

Valeur de retour

Object d'enregistrement créé.

Notes

Cette API est fournie pour utiliser uniquement avec les versions de bibliothèque principale F# qui cible .NET Framework 2.0. Si vous utilisez .NET Framework 4, utilisez l'API .NET Framework 4 du même nom, Register.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2.0

Voir aussi

Référence

Threading.CancellationToken, structure (F#)

System.Threading, espace de noms (F#)