ESRI.ArcGIS.ADF.ArcGISServer.Local
GeometryServerDcomProxy Class
Members  See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : GeometryServerDcomProxy Class




An ArcGIS Server geometry server proxy used when communicating with the server over DCOM.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeometryServerDcomProxy 
   Inherits GeometryServerProxy
   Implements IETagSupportIHttpProxy 
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerDcomProxy
C# 
[SerializableAttribute()]
public class GeometryServerDcomProxy : GeometryServerProxy, IETagSupportIHttpProxy  

Remarks

Asynchronous methods inherited from the Web service proxy base class are not supported over DCOM. This includes the Begin\End and Async\Completed patterns. More specifically any asynchronous method names that start with Begin or End or end with Async are not supported. Any asynchronous events that end with Completed are not supported.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  ESRI.ArcGIS.ADF.ArcGISServer.GeometryServerProxy
                     ESRI.ArcGIS.ADF.ArcGISServer.GeometryServerDcomProxy

See Also

© 2010 All Rights Reserved.