SysOperationServiceController::parseServiceInfo Method [AX 2012]

Microsoft internal use only.

Syntax

client server protected static container parseServiceInfo(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    A value that indicates the service operation in the parm method in the format of a ServiceClass.ServiceMethod object. Optionally the parmEnumType value can be a SysOperationExecutionMode enumeration value and parmEnum value can be the desired execution mode.

Return Value

Type: container
A container that contains the service information in a service class, service method, execution Mode format.

Remarks

The execution mode is optional. Do not call this operation, use initializeFromArgs instead.

See Also

Reference

SysOperationServiceController Class