Click or drag to resize
ProvisioningEventsBaseOnBeforeServiceOperationCall Method
Called before service operation is called.

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 OnBeforeServiceOperationCall(
	Service service,
	string operationaName,
	string operationArgument
)

Parameters

service
Type: Service
The service.
operationaName
Type: SystemString
Name of the operation.
operationArgument
Type: SystemString
The operation argument.
See Also