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


IWorkspaceExtensionControl.Shutdown Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtensionControl Interface > IWorkspaceExtensionControl.Shutdown Method
ArcGIS Developer Help

IWorkspaceExtensionControl.Shutdown Method

Informs the extension that its workspace helper (and workspace) are going away.

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

Product Availability

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

Remarks

The Shutdown method informs the workspace extension that the workspace has been released by all clients and is about to go away. In response, the workspace extension should release its reference on the workspace helper. Any subsequent calls by the application to the workspace extension should return an error.

See Also

IWorkspaceExtensionControl Interface