C# 클래스 ComponentFactory.Krypton.Toolkit.OperationThread

상속: GlobalId
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
OperationThread ( System.Operation op, object parameter ) : System

Initialize a new instance of the OperationThread class.

Run ( ) : void

Entry point for performing operation.

메소드 상세

OperationThread() 공개 메소드

Initialize a new instance of the OperationThread class.
public OperationThread ( System.Operation op, object parameter ) : System
op System.Operation Operation to perform on thread.
parameter object Parameter to pass into operation.
리턴 System

Run() 공개 메소드

Entry point for performing operation.
public Run ( ) : void
리턴 void