System.ComponentModel.BackgroundWorker.BackgroundWorker.RunWorkerAsync C# (CSharp) 메소드

RunWorkerAsync() 공개 메소드

public RunWorkerAsync ( ) : void
리턴 void
		public void RunWorkerAsync ()
		{
			RunWorkerAsync (null);
		}

Same methods

BackgroundWorker.BackgroundWorker::RunWorkerAsync ( object argument ) : void