ArcObjects Library Reference  (Server)    

IServerObjectConfigurationManager2.OnStop Method

Is called when the configuration is stopped.

[Visual Basic 6.0]
Sub OnStop(
    ByVal pAdmin As IServerObjectAdmin, _
    ByVal pProps As IPropertySet _
)
[Visual Basic .NET]
Public Sub OnStop ( _
    ByVal pAdmin As IServerObjectAdmin, _
    ByVal pProps As IPropertySet _
)
[C#]
public void OnStop (
    IServerObjectAdmin pAdmin,
    IPropertySet pProps
);
[Java]
public void onStop (
    IServerObjectAdmin pAdmin,
    IPropertySet pProps
)
throws
    IOException,
    AutomationException
[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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerObjectConfigurationManager2 Interface