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