ActionHookBase2OnAfterServiceOperationCall Method |
Called when [after service operation call].
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,
out bool overridesDefaultBehavior
)
Public Overridable Sub OnAfterServiceOperationCall (
service As Service,
operationName As String,
operationArgument As String,
<OutAttribute> ByRef overridesDefaultBehavior As Boolean
)
public:
virtual void OnAfterServiceOperationCall(
Service^ service,
String^ operationName,
String^ operationArgument,
[OutAttribute] bool% overridesDefaultBehavior
)
abstract OnAfterServiceOperationCall :
service : Service *
operationName : string *
operationArgument : string *
overridesDefaultBehavior : bool byref -> unit
override OnAfterServiceOperationCall :
service : Service *
operationName : string *
operationArgument : string *
overridesDefaultBehavior : bool byref -> unit
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