ESRI.ArcGIS.ADF.Connection
ClientServicesArray(ServerType[],Boolean) Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection.IMS Namespace > IMSServerConnection Class > ClientServicesArray Method : ClientServicesArray(ServerType[],Boolean) Method




filterServerType
Specify the Services based on this ServerType[] value (e.g. ImageServer)
ignoreCase
Set true to ignore the case of filterType string, false otherwise (default: True)
Convenience method to retrieve an ArrayList of services associated with an ArcIMS site.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function ClientServicesArray( _
   ByVal filterServerType() As ServerType, _
   ByVal ignoreCase As Boolean _
) As ArrayList
Visual Basic (Usage)Copy Code
Dim instance As IMSServerConnection
Dim filterServerType() As ServerType
Dim ignoreCase As Boolean
Dim value As ArrayList
 
value = instance.ClientServicesArray(filterServerType, ignoreCase)
C# 
public virtual ArrayList ClientServicesArray( 
   ServerType[] filterServerType,
   bool ignoreCase
)

Parameters

filterServerType
Specify the Services based on this ServerType[] value (e.g. ImageServer)
ignoreCase
Set true to ignore the case of filterType string, false otherwise (default: True)

Return Value

ArrayList of services.

See Also

© 2010 All Rights Reserved.