System.ComponentModel.BackgroundWorker.BackgroundWorker.RunWorkerAsync C# (CSharp) Method

RunWorkerAsync() public method

public RunWorkerAsync ( ) : void
return void
		public void RunWorkerAsync ()
		{
			RunWorkerAsync (null);
		}

Same methods

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