This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfigurationManager2 Interface > IServerObjectConfigurationManager2.OnStop Method (ArcObjects .NET 10.5 SDK) |
Is called when the configuration is stopped.
[Visual Basic .NET] Public Sub OnStop ( _ ByVal pAdmin As IServerObjectAdmin, _ ByVal pProps As IPropertySet _ )
[C#] public void OnStop ( IServerObjectAdmin pAdmin, IPropertySet pProps );
[C++]
HRESULT OnStop(
IServerObjectAdmin* pAdmin,
IPropertySet* pProps
);
[C++]
Parameters pAdmin [in]
pAdmin is a parameter of type IServerObjectAdmin pProps [in]
pProps is a parameter of type IPropertySet