C# 클래스 CrossThreadRunner, NotifyPropertyWeaver

파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver 1 사용 예제들

공개 메소드들

메소드 설명
RunInMTA ( Action function ) : void
RunInSTA ( Action function ) : void
RunInSta ( Action userDelegate ) : void

비공개 메소드들

메소드 설명
ExceptionWasThrown ( ) : bool
MultiThreadedWorker ( ThreadStart, userDelegate ) : void
Run ( ThreadStart, userDelegate, ApartmentState, apartmentState ) : void
RunInMTA ( ThreadStart, userDelegate ) : void
RunInSTA ( ThreadStart, userDelegate ) : void
ThrowExceptionPreservingStack ( Exception exception ) : void

메소드 상세

RunInMTA() 공개 메소드

public RunInMTA ( Action function ) : void
function Action
리턴 void

RunInSTA() 공개 메소드

public RunInSTA ( Action function ) : void
function Action
리턴 void

RunInSta() 공개 메소드

public RunInSta ( Action userDelegate ) : void
userDelegate Action
리턴 void