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