Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Private backgroundWorkerLoad As BackgroundWorker
C#
private BackgroundWorker backgroundWorkerLoad;
C++
private:
 BackgroundWorker backgroundWorkerLoad sealed ;
J#
private BackgroundWorker backgroundWorkerLoad
JScript
private backgroundWorkerLoad : BackgroundWorker;

See Also