ESRI.ArcGIS.ADF.ArcGISServer.Local
FeatureServerDcomProxy Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace : FeatureServerDcomProxy Class




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

Object Model

FeatureServerDcomProxy Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class FeatureServerDcomProxy 
   Inherits ESRI.ArcGIS.ADF.ArcGISServer.FeatureServerProxy
   Implements IETagSupport 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerDcomProxy
C# 
[SerializableAttribute()]
public class FeatureServerDcomProxy : ESRI.ArcGIS.ADF.ArcGISServer.FeatureServerProxy, IETagSupport  

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.

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.