public virtual bool Execute( string strExpression, ActionCallingContext oContext )
public: virtual bool Execute( String^ strExpression, ActionCallingContext^ oContext )
Parameters
- strExpression
- Action plus arguments
- oContext
- The context assigned to the action. Additional data can be encapsulated by the user here.
Return Value
true: The command line operation was successfully completed. false: One or more errors occured while executing the command line operation.