Condividi tramite


Metodo CancellationToken.Register (F#)

Registra un'azione da eseguire con l'oggetto CancellationToken.

Percorso di spazio dei nomi/modulo: System.Threading

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

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

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

Parametri

  • action
    Tipo: Action<T><obj>

    Azione da associare al token.

  • state
    Tipo: obj

    Stato associato all'azione.

Valore restituito

Oggetto registrazione creato.

Note

Questa interfaccia API viene fornita per essere utilizzata esclusivamente con F# Runtime destinato a .NET Framework 2.0. In .NET Framework 4 utilizzare invece l'API di .NET Framework 4 con lo stesso nome, Register.

Piattaforme

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2.

Informazioni sulla versione

F# Runtime

Supportato in: 2.0

Silverlight

Supportato in: 3

Vedere anche

Riferimenti

Struttura Threading.CancellationToken (F#)

Spazio dei nomi System.Threading (F#)