ESRI.ArcGIS.ADF.ArcGISServer.Local
DcomProxy Constructor
See Also  Send Feedback
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 ESRI.ArcGIS.esriSystem.IRequestHandler _
)
Visual Basic (Usage)Copy Code
Dim requestHandler As ESRI.ArcGIS.esriSystem.IRequestHandler
 
Dim instance As New DcomProxy(requestHandler)
C# 
public DcomProxy( 
   ESRI.ArcGIS.esriSystem.IRequestHandler requestHandler
)

Parameters

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

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.