Partager via


IEventLoop.Invoke<'T>, méthode (F#)

Demande que l'opération donnée soit exécutée de façon synchrone au sein de la boucle d'événements.

Espace de noms/Chemin du module : Microsoft.FSharp.Compiler.Interactive

Assembly FSharp.Compiler.Interactive.Settings (dans FSharp.Compiler.Interactive.Settings.dll)

// Signature:
abstract this.Invoke : (unit -> 'T) -> 'T

// Usage:
iEventLoop.Invoke (func)

Paramètres

  • func
    Type : unit -> 'T

    Une fonction à exécuter dans la boucle d'événements.

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#

Pris en charge dans : 2.0, 4

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

Interactive.IEventLoop, interface (F#)

Microsoft.FSharp.Compiler.Interactive, espace de noms (F#)