Click here to view all files
 
The Threading namespace contains classes for performing work on a background thread in ArcGIS Explorer. The ESRI.ArcGISExplorer.Threading.BackgroundWorker class provides a similar programming experience to using the System.ComponentModel.BackgroundWorker class (part of the .NET framework itself).

Classes

  ClassDescription
BackgroundWorker
Executes an operation on a worker thread.
DoWorkEventArgs
Provides data for the DoWork event handler.
ProgressChangedEventArgs
Provides data for the ReportProgress event handler.
RunWorkerCompletedEventArgs
Provides data for the RunWorkerCompleted event handler.

Delegates

  DelegateDescription
DoWorkEventHandler
Represents the method that will handle the DoWork event of the BackgroundWorker.
ProgressChangedEventHandler
Represents the method that will handle the ProgressChanged event of the BackgroundWorker.
RunWorkerCompletedEventHandler
Represents the method that will handle the RunWorkerCompleted event of the BackgroundWorker.
Relate Topics:
  BackgroundWorker Class
  DoWorkEventArgs Class
  DoWorkEventHandler Delegate
  ProgressChangedEventArgs Class
  ProgressChangedEventHandler Delegate
  RunWorkerCompletedEventArgs Class
  RunWorkerCompletedEventHandler Delegate
Created by Atop CHM to web converter,© 2009 all right reserved.