IBackgroundWorker Interface |
The interface for an object that does some work on a background thread and then quits the thread.
The intention is that it is used once and then discarded, it cannot be used twice.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IBackgroundWorker
Public Interface IBackgroundWorker
public interface class IBackgroundWorker
type IBackgroundWorker = interface end
The IBackgroundWorker type exposes the following members.
Properties Methods Events
| Name | Description |
---|
| DoWork |
Raised on the background thread.
|
TopSee Also