C# Class StopWatch.InvokeExtensions

Afficher le fichier Open project: carstengehling/jirastopwatch

Méthodes publiques

Méthode Description
InvokeIfRequired ( this obj, MethodInvoker action ) : void

Make thread-safing your UI controls easier

Method Details

InvokeIfRequired() public static méthode

Make thread-safing your UI controls easier
public static InvokeIfRequired ( this obj, MethodInvoker action ) : void
obj this
action MethodInvoker
Résultat void