ESRI.ArcGIS.ADF.Tasks
AsyncStatusCheckInterval Property
See Also 
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) 
<ResDescriptionAttribute("The interval in milliseconds between job status checks for asynchronous geoprocessing tasks.")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Task")>
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# 
[ResDescriptionAttribute("The interval in milliseconds between job status checks for asynchronous geoprocessing tasks.")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Task")]
public int AsyncStatusCheckInterval {get; set;}

See Also

© 2010 All Rights Reserved.