ESRI.ArcGIS.ADF.Connection.Core | |
ClientServicesArray(ServerType[],Boolean) Method | |
See Also Send Feedback |
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)
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
System.Collections.ArrayList of services.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