C# Class UnitWrappers.System.ComponentModel.BackgroundWorkerWrap

Inheritance: IBackgroundWorker
Mostrar archivo Open project: OpenSharp/UnitWrappers

Private Properties

Property Type Description

Public Methods

Method Description
BackgroundWorkerWrap ( ) : System
BackgroundWorkerWrap ( BackgroundWorker backgroundWorker ) : System
CancelAsync ( ) : void
Dispose ( ) : void
ReportProgress ( int percentProgress ) : void
ReportProgress ( int percentProgress, object userState ) : void
RunWorkerAsync ( ) : void
RunWorkerAsync ( object argument ) : void

Method Details

BackgroundWorkerWrap() public method

public BackgroundWorkerWrap ( ) : System
return System

BackgroundWorkerWrap() public method

public BackgroundWorkerWrap ( BackgroundWorker backgroundWorker ) : System
backgroundWorker System.ComponentModel.BackgroundWorker
return System

CancelAsync() public method

public CancelAsync ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ReportProgress() public method

public ReportProgress ( int percentProgress ) : void
percentProgress int
return void

ReportProgress() public method

public ReportProgress ( int percentProgress, object userState ) : void
percentProgress int
userState object
return void

RunWorkerAsync() public method

public RunWorkerAsync ( ) : void
return void

RunWorkerAsync() public method

public RunWorkerAsync ( object argument ) : void
argument object
return void