C# 클래스 Aegis.Threading.NamedThread

상속: IDisposable
파일 보기 프로젝트 열기: SyncZone/AegisFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Threads NamedObjectIndexer

공개 메소드들

메소드 설명
Abort ( int millisecondsTimeout = 1000 ) : void
Abort ( string name, int millisecondsTimeout = 1000 ) : void
AbortAsync ( int millisecondsTimeout = 1000 ) : void
Dispose ( ) : void
Run ( string name, Action action ) : NamedThread

비공개 메소드들

메소드 설명
DisposeAll ( ) : void
NamedThread ( string name, Action action ) : System

메소드 상세

Abort() 공개 메소드

public Abort ( int millisecondsTimeout = 1000 ) : void
millisecondsTimeout int
리턴 void

Abort() 공개 정적인 메소드

public static Abort ( string name, int millisecondsTimeout = 1000 ) : void
name string
millisecondsTimeout int
리턴 void

AbortAsync() 공개 메소드

public AbortAsync ( int millisecondsTimeout = 1000 ) : void
millisecondsTimeout int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( string name, Action action ) : NamedThread
name string
action Action
리턴 NamedThread

프로퍼티 상세

Threads 공개적으로 정적으로 프로퍼티

public static NamedObjectIndexer Threads
리턴 NamedObjectIndexer