Item Method
Description
The Item method returns the executed command specified by the provided index number in Num.
Syntax
Parameters
- Num
- Required Long value that indicates which executed command to return. This is the index number of the executed command in the ExecutedCommands collection. For example, if you pass 5 in, the 5th command to execute from the last execution would be returned.
Return Type
Command object.
See Also