ESRI.ArcGIS.ADF.ArcGISServer
CreateCatalogDcom Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ProxyFactory Class : CreateCatalogDcom Method




dataSource
identity
userInfo
releaseServerOnDispose

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateCatalogDcom( _
   ByVal dataSource As String, _
   ByVal identity As Identity, _
   ByVal userInfo As String, _
   ByVal releaseServerOnDispose As Boolean _
) As Catalog
Visual Basic (Usage)Copy Code
Dim dataSource As String
Dim identity As Identity
Dim userInfo As String
Dim releaseServerOnDispose As Boolean
Dim value As Catalog
 
value = ProxyFactory.CreateCatalogDcom(dataSource, identity, userInfo, releaseServerOnDispose)
C# 
public static Catalog CreateCatalogDcom( 
   string dataSource,
   Identity identity,
   string userInfo,
   bool releaseServerOnDispose
)

Parameters

dataSource
identity
userInfo
releaseServerOnDispose

See Also

© 2010 All Rights Reserved.