IConfigurationFactory3 Interface
Provides access to members that can be called during server object configuration events.
Members
Name | Description | |
---|---|---|
![]() |
BeforeStart | Is called before the configuration is started. |
![]() |
BeforeStop | Is called before the configuration is stopped. |
![]() |
OnAdd | Is called when the configuration is added. |
![]() |
OnRemove | Is called when the configuration is removed. |
![]() |
OnRemoveEx | Is called when the configuration is removed. |
![]() |
OnRename | Is called when configuration is renamed. |
![]() |
OnStart | Is called when the configuration is started. |
![]() |
OnStop | Is called when the configuration is stopped. |
IConfigurationFactory3.OnRename Method
Is called when configuration is renamed.
Public Function OnRename ( _
ByVal pAdmin As IServerObjectAdmin, _
ByVal props As IPropertySet _
) As IPropertySet
public IPropertySet OnRename (
IServerObjectAdmin pAdmin,
IPropertySet props
);
Inherited Interfaces
Interfaces | Description |
---|---|
IConfigurationFactory2 | Provides access to members that can be called during server object configuration events. |
IConfigurationFactory | Provides access to members that can be called during server object configuration events. |
Classes that implement IConfigurationFactory3
Classes | Description |
---|