Share via


IntrastatExportController_IT.afterOperation Method [AX 2012]

Called after a service operation is executed.

Syntax

protected void afterOperation(SysOperationExecutionMode _executionMode, AifAsyncResult _asyncResult)

Run On

Called

Parameters

Remarks

Override this to implement post processing logic.

In the case of reliable asynchronous mode initiated from the desktop client, this method is called two times: one time with executionMode == Synchronous as part of the batch execution and again on the client by using executionMode == ReliableAsynchronous. This enables the client code to wait for the batch to be completed.

See Also

Reference

IntrastatExportController_IT Class