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.