![]() |
AcUtils
A high performance abstraction layer for AccuRev
|
Implement to change the default logic used to determine if an AcUtilsException should be thrown based on the command's AccuRev program return value and the version of AccuRev in use. More...
Public Member Functions | |
bool | isValid (string command, int retval) |
Defines the logic used to determine if an AcUtilsException should be thrown based on the AccuRev program retval for command. More... | |
Implement to change the default logic used to determine if an AcUtilsException should be thrown based on the command's AccuRev program return value and the version of AccuRev in use.
Definition at line 80 of file AcCommand.cs.
bool AcUtils.ICmdValidate.isValid | ( | string | command, |
int | retval | ||
) |
Defines the logic used to determine if an AcUtilsException should be thrown based on the AccuRev program retval for command.
command | The command that was issued. |
retval | The AccuRev program return value for command. |
Implemented in AcUtils.CmdValidate.
Referenced by AcUtils.AcCommand.run(), and AcUtils.AcCommand.runAsync().