ESRI.ArcGIS.ADF.Connection
FailedCheckInterval Property
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > Connection Class : FailedCheckInterval Property




Interval number used to check between failed connection attempts. This # is per application request.

Syntax

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

See Also

© 2010 All Rights Reserved.