backgroundworker

    2

    2답변

    다소 고의적 인 것처럼 보일지 모르지만, 저는 머리를 긁적 거리고 있습니다. 좋아요, 저는 WindowsForm을 인스턴스화하고 양식에 DoSomeWork()라는 메서드를 호출하는 콘솔 응용 프로그램이 있습니다. class Program { static void Main(string[] args) { Form1 form

    3

    3답변

    이 코드 블록 public void ManageInstalledComponentsUpdate() { IUpdateView view = new UpdaterForm(); BackgroundWorker worker = new BackgroundWorker(); Update update = new Update();

    72

    5답변

    내 WinForms 앱은 데이터베이스에서 정보를 검색하기 위해 BackgroundWorker 개체를 사용합니다. BackgroundWorker는 장기 실행 데이터베이스 쿼리 중에 UI를 차단 해제 상태로 유지하고 스레드 모델을 단순화시켜주기 때문에 BackgroundWorker를 사용하고 있습니다. 이러한 백그라운드 스레드 중 일부에서 가끔 Database