ESRI.ArcGIS.ADF.ArcGISServer.Local
RestDcomProxy Constructor
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RestDcomProxy Class : RestDcomProxy Constructor




host
The name of the machine where the Server Object Manager exists.
identity
ESRI.ArcGIS.ADF.Identity with username and password for the server.
service
The name of the service to create a DcomProxy for.
serviceType
The type of service to create a DcomProxy for.
extensionName
The name of SOE to create a DcomProxy for.
Constructs a new DcomProxy instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal host As String, _
   ByVal identity As Identity, _
   ByVal service As String, _
   ByVal serviceType As String, _
   ByVal extensionName As String _
)
Visual Basic (Usage)Copy Code
Dim host As String
Dim identity As Identity
Dim service As String
Dim serviceType As String
Dim extensionName As String
 
Dim instance As RestDcomProxy(host, identity, service, serviceType, extensionName)
C# 
public RestDcomProxy( 
   string host,
   Identity identity,
   string service,
   string serviceType,
   string extensionName
)

Parameters

host
The name of the machine where the Server Object Manager exists.
identity
ESRI.ArcGIS.ADF.Identity with username and password for the server.
service
The name of the service to create a DcomProxy for.
serviceType
The type of service to create a DcomProxy for.
extensionName
The name of SOE to create a DcomProxy for.

See Also

© 2010 All Rights Reserved.