Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Exécute l'action spécifiée directement si le thread courant est celui du Dispatcher,
sinon exécute l'action sur le Dispatcher à l'aide de Dispatcher.Invoke.
Espace de nom : Developpez.Dotnet.Windows.ThreadingAssembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static void InvokeIfRequired<T>( this Dispatcher dispatcher, Action<T> action, T arg ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Sub InvokeIfRequired(Of T) ( _ dispatcher As Dispatcher, _ action As Action(Of T), _ arg As T _ ) |
Visual C++ |
---|
public: [ExtensionAttribute] generic<typename T> static void InvokeIfRequired( Dispatcher^ dispatcher, Action<T>^ action, T arg ) |
Paramètres
- dispatcher
- Type: System.Windows.Threading..::..Dispatcher
Le dispatcher à utiliser
- action
- Type: System..::..Action<(Of <(<'T>)>)>
L'action à exécuter
- arg
- Type: T
L'argument à passer à l'action
Paramètres de type
- T
- Le type du paramètre de l'action