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

A struct which represents a single execution of an IWork instance.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DoWork void
Task System

공개 메소드들

메소드 설명
Wait ( ) : void

Waits for the task to complete.

비공개 메소드들

메소드 설명
DoWork ( ) : void
Task ( WorkItem item ) : System

메소드 상세

Wait() 공개 메소드

Waits for the task to complete.
public Wait ( ) : void
리턴 void