ESRI.ArcGIS.ADF.Web.DataSources
ValidationTimeout Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISResource Interface : ValidationTimeout Property




Timeout for validating a resource in milliseconds. Can be used when initializing a resource.

Syntax

Visual Basic (Declaration) 
Property ValidationTimeout As Integer
Visual Basic (Usage)Copy Code
Dim instance As IGISResource
Dim value As Integer
 
instance.ValidationTimeout = value
 
value = instance.ValidationTimeout
C# 
int ValidationTimeout {get; set;}

Return Value

The timeout integer value as an Integer.

Remarks

The ValidationTimeout property value can be used in the implementation of the Initialize method to determine how long to wait for a resource to initialize. This value can be set for all resources managed by a resource manager using the ValidationTimeout property.

See Also

© 2010 All Rights Reserved.