Is called when the configuration is stopped.
[Visual Basic .NET] Public Sub OnStop ( _ ByVal pAdmin As IServerObjectAdmin, _ ByVal props As IPropertySet _ )
[C#] public void OnStop ( IServerObjectAdmin pAdmin, IPropertySet props );
[C++]
HRESULT OnStop(
IServerObjectAdmin* pAdmin,
IPropertySet* props
);
[C++]Parameters
pAdmin [in]pAdmin is a parameter of type IServerObjectAdmin
props [in]props is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.