ReqDemPlanSysOperationServiceController.afterOperation Method [AX 2012]
Is called after a service operation is executed.
Syntax
protected void afterOperation(SysOperationExecutionMode _executionMode, AifAsyncResult _asyncResult)
Run On
Called
Parameters
- _executionMode
Type: SysOperationExecutionMode Enumeration
The execution mode of a service operation. In the case of reliable asynchronous mode that is initiated from the desktop client, this method is called two times. For one call, the executionMode value is set to a SysOperationExecutionMode::Synchronous enumeration value as part of the batch execution. The second call is made on the client by setting the executionMode value set to a SysOperationExecutionMode::ReliableAsynchronous enumeration type. This enables client code to wait for the batch to be completed.
- _asyncResult
Type: AifAsyncResult Class
The asynchronous result structure.
Remarks
This method is overridden to fix Infolog issues for the SysOperationServiceController class.