C# 클래스 BclExtras.Threading.ActiveOperation

Meant to be a light weight event in the sense that it does not require a dispose
파일 보기 프로젝트 열기: scottwis/tiny 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ActiveOperation System
Completed void
Wait void
WaitOnEvent void

비공개 메소드들

메소드 설명
ActiveOperation ( ) : System
Completed ( ) : void

Called when the operation complete

Wait ( ) : void

Wait for the operation to complete

WaitOnEvent ( ManualResetEvent e ) : void