IBackgroundWorkerStartWork Method |
Raises
DoWork on a background thread.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void StartWork(
Object state
)
Sub StartWork (
state As Object
)
void StartWork(
Object^ state
)
abstract StartWork :
state : Object -> unit
Parameters
- state
- Type: SystemObject
See Also