ITaskRuntimeManagement.GetTaskLogReader(Guid, TaskLogMessageCriteria) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves TaskLogReader for this task instance
public:
Microsoft::EnterpriseManagement::Runtime::TaskLogReader ^ GetTaskLogReader(Guid taskId, Microsoft::EnterpriseManagement::Runtime::TaskLogMessageCriteria ^ criteria);
public Microsoft.EnterpriseManagement.Runtime.TaskLogReader GetTaskLogReader (Guid taskId, Microsoft.EnterpriseManagement.Runtime.TaskLogMessageCriteria criteria);
abstract member GetTaskLogReader : Guid * Microsoft.EnterpriseManagement.Runtime.TaskLogMessageCriteria -> Microsoft.EnterpriseManagement.Runtime.TaskLogReader
Public Function GetTaskLogReader (taskId As Guid, criteria As TaskLogMessageCriteria) As TaskLogReader
Parameters
- taskId
- Guid
TaskId to scope the search by
- criteria
- TaskLogMessageCriteria
The optional criteria to scope the method by.
Returns
A TaskLogReader object.