ESRI.ArcGIS.ADF.Web.UI.WebControls
SimpleTaskResult Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : SimpleTaskResult Class




Object that represents a very simple task result.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SimpleTaskResult 
Visual Basic (Usage)Copy Code
Dim instance As SimpleTaskResult
C# 
[SerializableAttribute()]
public class SimpleTaskResult 

Remarks

This is one of three types of results that the TaskResults control accepts for display on the web page. The others are TaskResultNode and DataSet.

Typically a SimpleTaskResult displays error messages when the task encounters a problem. It may also be used to display results from tasks that require no special processing by the TaskResults control. Custom content, or even HTML code, may be passed into the Detail or Heading for display within the task results.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.SimpleTaskResult

See Also

© 2010 All Rights Reserved.