ESRI.ArcGIS.ADF.ArcGISServer
Create(String,Identity) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Catalog Class > Create Method : Create(String,Identity) Method




dataSource
ArcGIS Server data source connection information.
identity
Identity to use when connecting to the server.
Creates a new proxy for ArcGIS Server catalog requests.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Create( _
   ByVal dataSource As String, _
   ByVal identity As Identity _
) As Catalog
Visual Basic (Usage)Copy Code
Dim dataSource As String
Dim identity As Identity
Dim value As Catalog
 
value = Catalog.Create(dataSource, identity)
C# 
public static Catalog Create( 
   string dataSource,
   Identity identity
)

Parameters

dataSource
ArcGIS Server data source connection information.
identity
Identity to use when connecting to the server.

Return Value

New Catalog proxy.

See Also

© 2010 All Rights Reserved.