Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Is called before a service operation is executed.
Syntax
protected void beforeOperation(SysOperationExecutionMode _executionMode)
Run On
Called
Parameters
- _executionMode
Type: SysOperationExecutionMode Enumeration
The execution mode that the service operation is executed with. If the executionModevalue is set to a SysOperationExecutionMode::Synchronous enumeration value, this method is called as part of the batch execution on the server that has the _executionMode parameter set to SysOperationExecutionMode::Synchronous.
Remarks
Override this method to implement pre-processing logic before a service operation is called.