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




Object that represents a very simple task result.

Object Model

SimpleTaskResult Class

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.