Click or drag to resize
ProvisioningEventsBaseOnAfterServiceOperationCall Method
Called after 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 OnAfterServiceOperationCall(
	Service service,
	string operationName,
	string operationArgument
)

Parameters

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