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.
Initializes an overridden service controller from an args menu item.
Syntax
public void initializeFromArgs(Args a)
Run On
Called
Parameters
- a
Type: Args Class
A value that contains the service operation in the parm method in a ServiceClass.ServiceMethod format. Optionally the parmEnumType value can be a SysOperationExecutionMode enumeration type and the parmEnum value can be the desired execution mode.
Remarks
See implementation of the main method in this class for usage.