![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer.Local | |
GeometryServerDcomProxy Constructor(IServerContext,Boolean,DcomProxy) | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerDcomProxy Class > GeometryServerDcomProxy Constructor : GeometryServerDcomProxy Constructor(IServerContext,Boolean,DcomProxy) |
- context
- Server context.
- releaseContextOnDispose
- Whether to explicitly release the server context when the proxy is disposed. Used for pooled vs. nonpooled services.
- proxy
- The DCOM proxy to use.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal context As ESRI.ArcGIS.Server.IServerContext, _ ByVal releaseContextOnDispose As Boolean, _ ByVal proxy As DcomProxy _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim context As ESRI.ArcGIS.Server.IServerContext Dim releaseContextOnDispose As Boolean Dim proxy As DcomProxy Dim instance As New GeometryServerDcomProxy(context, releaseContextOnDispose, proxy) |
C# | |
---|---|
public GeometryServerDcomProxy( ESRI.ArcGIS.Server.IServerContext context, bool releaseContextOnDispose, DcomProxy proxy ) |
Parameters
- context
- Server context.
- releaseContextOnDispose
- Whether to explicitly release the server context when the proxy is disposed. Used for pooled vs. nonpooled services.
- proxy
- The DCOM proxy to use.
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