ESRI.ArcGIS.ADF.ArcGISServer.Local
CreateCatalogDcom Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DcomProxyFactory Class : CreateCatalogDcom Method




dataSource
identity
userInfo
releaseServerOnDispose
Do not use. For use by framework only.

Syntax

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

Parameters

dataSource
identity
userInfo
releaseServerOnDispose

Requirements

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

See Also

© 2011 All Rights Reserved.