Click or drag to resize
ActionHookBaseOnBeforeAddService 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(
	Object service,
	string argument,
	out bool overridesDefaultBehavior
)

Parameters

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