C# 클래스 fCraft.Tasks

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

공개 메소드들

메소드 설명
Add ( System.Threading.Task callback, object param, bool isPriority ) : void
Init ( ) : void
Restart ( ) : void
ShutDown ( ) : void

비공개 메소드들

메소드 설명
TaskLoop ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( System.Threading.Task callback, object param, bool isPriority ) : void
callback System.Threading.Task
param object
isPriority bool
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

ShutDown() 공개 메소드

public ShutDown ( ) : void
리턴 void