ESRI.ArcGIS.ADF.Web.DataSources
ValidationTimeout Property
See Also  Send Feedback
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;}

Property 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.

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.