Visual Basic (Declaration) | |
---|---|
Public Function FindServerInfo( _ ByVal url As String _ ) As IdentityManager.ServerInfo |
C# | |
---|---|
public IdentityManager.ServerInfo FindServerInfo( string url ) |
Parameters
- url
- The URL that can be either the root path to the ArcGIS server (e.g http://serverapps10.esri.com/ArcGIS) or any subpath of this root (e.g http://serverapps10.esri.com/ArcGIS/rest/services/California/MapServer)
Target Platforms:Windows Phone 7