C# 클래스 Indiefreaks.Xna.Threading.BackgroundWorker

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

공개 메소드들

메소드 설명
BackgroundWorker ( ) : System.Collections.Generic
StartWork ( Task work ) : void

비공개 메소드들

메소드 설명
Start ( Task work ) : void
WorkLoop ( ) : void

메소드 상세

BackgroundWorker() 공개 메소드

public BackgroundWorker ( ) : System.Collections.Generic
리턴 System.Collections.Generic

StartWork() 공개 정적인 메소드

public static StartWork ( Task work ) : void
work Task
리턴 void