GetHistoryAndMessages Method (Job)
In This Topic
Gets history (instances) and messages (job log) for the job
Syntax
Parameters
- historyParameters
- Parameters for selecting the instances to return. Set to a null reference (Nothing in Visual Basic) if you don't want the history, but then you might as well call GetExecutionHistory. See Remarks for additional information.
- history
- On return, contains the requested instances
- logParameters
- Parameters for selecting the log messages to return. Set to a null reference (Nothing in Visual Basic) if you don't want the messages, but then you might as well call GetLogMessages.See Remarks for additional information.
- messages
- On return, contains the requested log messages
See Also