ArcGIS Explorer Component Help |
DoWorkEventArgs..::.Result Property |
DoWorkEventArgs Class See Also |
Gets or sets a value that represents the result of a worker thread operation.
Namespace:
ESRI.ArcGISExplorer.ThreadingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
Field Value
The result of a worker thread operation, or nullNothingnullptra null reference (Nothing in Visual Basic) if no result was set.Remarks
If data needs to be passed back from the worker thread to the UI thread (informing the UI thread of the result of the worker thread operation), this can be accomplished by setting the Result property. This information is then accessible in the UI thread in the RunWorkerCompleted event from the Result property.