C# Class Dev2.ExtMethods.TaskExtensions

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
WaitWithPumping ( this task, int millisecondsTimeout = Timeout.Infinite ) : bool

Waits for the task to complete execution, pumping in the meantime.

This method is intended for usage with Windows Presentation Foundation.

Method Details

WaitWithPumping() public static méthode

Waits for the task to complete execution, pumping in the meantime.
This method is intended for usage with Windows Presentation Foundation.
public static WaitWithPumping ( this task, int millisecondsTimeout = Timeout.Infinite ) : bool
task this The task for which to wait.
millisecondsTimeout int The number of milliseconds to wait, or Infinite (-1) to wait indefinitely.
Résultat bool