C# 클래스 StopWatch.InvokeExtensions

파일 보기 프로젝트 열기: carstengehling/jirastopwatch

공개 메소드들

메소드 설명
InvokeIfRequired ( this obj, MethodInvoker action ) : void

Make thread-safing your UI controls easier

메소드 상세

InvokeIfRequired() 공개 정적인 메소드

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