This document is archived and information here might be outdated.  Recommended version.


IConfigurationFactory2.BeforeStart Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IConfigurationFactory2.BeforeStart Method

Is called before the configuration is started.

[Visual Basic .NET]
Public Sub BeforeStart ( _
    ByVal pAdmin As IServerObjectAdmin, _
    ByVal props As IPropertySet _
)
[C#]
public void BeforeStart (
    IServerObjectAdmin pAdmin,
    IPropertySet props
);
[C++]
HRESULT BeforeStart(
  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.

See Also

IConfigurationFactory2 Interface