C# 클래스 SobekCM.Builder_Library.Worker_Controller

Class controls the execution of all tasks, whether being immediately executed or running continuously in a background thread
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
Execute_In_Background ( ) : void

Continuously execute the processes in a recurring background thread

Worker_Controller ( bool Verbose ) : System

Constructor for a new instance of the Worker_Controller class

비공개 메소드들

메소드 설명
CheckForAbort ( ) : bool
Create_Complete_MarcXML_Feed ( bool Test_Feed_Flag ) : void
Get_Registry_Value ( string KeyPath, string KeyName ) : string
Look_For_Variable_Registry_Key ( string Manufacturer, string KeyName ) : string
Run_BulkLoader ( Worker_BulkLoader Prebuilder, bool Verbose ) : bool
publish_log_file ( string LocalLogName ) : void

메소드 상세

Execute_In_Background() 공개 메소드

Continuously execute the processes in a recurring background thread
public Execute_In_Background ( ) : void
리턴 void

Worker_Controller() 공개 메소드

Constructor for a new instance of the Worker_Controller class
public Worker_Controller ( bool Verbose ) : System
Verbose bool Flag indicates if this should be verbose in the log file and console
리턴 System