Gets a string containing a message to show in a progress dialog on the UI thread.
Namespace:
ESRI.ArcGISExplorer.Threading
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public string Message { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Message As String |
Field Value
A string containing a progress message, or nullNothingnullptra null reference (Nothing in Visual Basic) if no message was set.
Remarks
The Message property contains a message passed from the DoWork event on the background thread, describing the progress of the worker thread operation. It can be used in conjunction with the Progress property to display a progress dialog on the UI thread informing the user of the progress of the operation.
The Message property may be null if no message was set in the ReportProgress method.
See Also
Created by Atop CHM to web converter,© 2009 all right reserved.