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




serverName
Overload - Checks the named server to determine the state of the server.

Syntax

Visual Basic (Declaration) 
Public Function Ping( _
   ByVal serverName As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Connection
Dim serverName As String
Dim value As Boolean
 
value = instance.Ping(serverName)
C# 
public bool Ping( 
   string serverName
)

Parameters

serverName

See Also

© 2010 All Rights Reserved.