| ProvisioningEventsBaseOnAfterServiceOperationCall Method |
Called after service operation is called.
Namespace: Atomia.Provisioning.Base.PluginsAssembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntaxpublic virtual void OnAfterServiceOperationCall(
Service service,
string operationName,
string operationArgument
)
Public Overridable Sub OnAfterServiceOperationCall (
service As Service,
operationName As String,
operationArgument As String
)
public:
virtual void OnAfterServiceOperationCall(
Service^ service,
String^ operationName,
String^ operationArgument
)
abstract OnAfterServiceOperationCall :
service : Service *
operationName : string *
operationArgument : string -> unit
override OnAfterServiceOperationCall :
service : Service *
operationName : string *
operationArgument : string -> unit Parameters
- service
- Type: Service
The service. - operationName
- Type: SystemString
Name of the operation. - operationArgument
- Type: SystemString
The operation argument.
See Also