SysOperationServiceBase.getProgressController Method [AX 2012]

Gets an instance of the RunbaseProgress class that can be updated to display progress information on the client.

Syntax

public RunbaseProgress getProgressController(SysOperationDataContractBase _dataContract)

Run On

Called

Parameters

Return Value

Type: RunbaseProgress Class
An instance of the RunbaseProgress class that can be used to display progress.

Remarks

This method works if the SysOperationServiceController class is used to make an asynchronous or a reliable asynchronous call.

See Also

Reference

SysOperationServiceBase Class