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<T><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 être utilisée uniquement avec le runtime 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 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informations de version

Runtime F#

Prise en charge dans : 2.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

Threading.CancellationToken, structure (F#)

System.Threading, espace de noms (F#)