Click or drag to resize
ActionHookBase2OnAfterServiceOperationCall Method
Called when [after service operation call].

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 OnAfterServiceOperationCall(
	Service service,
	string operationName,
	string operationArgument,
	out bool overridesDefaultBehavior
)

Parameters

service
Type: Service
The service.
operationName
Type: SystemString
Name of the operation.
operationArgument
Type: SystemString
The operation argument.
overridesDefaultBehavior
Type: SystemBoolean
if set to true overrides default behavior.
See Also