C# Class StopWatch.InvokeExtensions

Mostra file Open project: carstengehling/jirastopwatch

Public Methods

Method Description
InvokeIfRequired ( this obj, MethodInvoker action ) : void

Make thread-safing your UI controls easier

Method Details

InvokeIfRequired() public static method

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