Click or drag to resize
ActionHookBase2OnBeforeAddService Method
Called before adding service. Services are prepared for adding but not added to database or on resource, yet.

Namespace: Atomia.Provisioning.Base.Plugins
Assembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntax
public virtual void OnBeforeAddService(
	Service service,
	string argument,
	out bool overridesDefaultBehavior
)

Parameters

service
Type: Service
The service that has to be added. It is instance of UcpServiceLogical class.
argument
Type: SystemString
The argument string from configuration.
overridesDefaultBehavior
Type: SystemBoolean
If set to true plug-in will override default behavior of provisioning.
See Also