ESRI.ArcGIS.ADF.Tasks
AsyncStatusCheckInterval Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : AsyncStatusCheckInterval Property




The interval in milliseconds between job status checks for asynchronous geoprocessing tasks.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Task")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("The interval in milliseconds between job status checks for asynchronous geoprocessing tasks.")>
Public Property AsyncStatusCheckInterval As Integer
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As Integer
 
instance.AsyncStatusCheckInterval = value
 
value = instance.AsyncStatusCheckInterval
C# 
[ResCategoryAttribute("Task")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("The interval in milliseconds between job status checks for asynchronous geoprocessing tasks.")]
public int AsyncStatusCheckInterval {get; set;}

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.