This document is archived and information here might be outdated.  Recommended version.


INetworkFeature.OnDisconnect Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkFeature.OnDisconnect Method

Preparation for disconnecting the NetworkFeature.

[Visual Basic .NET]
Public Sub OnDisconnect ( _
)
[C#]
public void OnDisconnect (
);
[C++]
HRESULT OnDisconnect(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

OnDisconnect is not currently implemented.

See Also

INetworkFeature Interface