Is called before the configuration is stopped.
[Visual Basic 6.0] Sub BeforeStop(
ByVal pAdmin As IServerObjectAdmin, _
ByVal props As IPropertySet _
)
[Visual Basic .NET] Public Sub BeforeStop ( _ ByVal pAdmin As IServerObjectAdmin, _ ByVal props As IPropertySet _ )
[C#] public void BeforeStop ( IServerObjectAdmin pAdmin, IPropertySet props );
[Java] public void beforeStop ( IServerObjectAdmin pAdmin, IPropertySet props ) throws IOException, AutomationException
[C++] HRESULT BeforeStop( IServerObjectAdmin* pAdmin, IPropertySet* props );
Parameters
pAdmin [in]
pAdmin is a parameter of type IServerObjectAdmin
props [in]
props is a parameter of type IPropertySet