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




requestHandler
The ArcGIS Server component that will communicate with the server, for example, a MapServer instance.
Constructs a new DcomProxy instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal requestHandler As IRequestHandler _
)
Visual Basic (Usage)Copy Code
Dim requestHandler As IRequestHandler
 
Dim instance As DcomProxy(requestHandler)
C# 
public DcomProxy( 
   IRequestHandler requestHandler
)

Parameters

requestHandler
The ArcGIS Server component that will communicate with the server, for example, a MapServer instance.

See Also

© 2010 All Rights Reserved.