EmbeddedJobScheduler.GetHostLog Method |
Gets the host log.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic void GetHostLog(
Guid agentId,
TaskExecutionType taskExecuteType,
int processId,
Action<HostRequestLogResultMessage> onRequestHostLogReady
)
Public Sub GetHostLog (
agentId As Guid,
taskExecuteType As TaskExecutionType,
processId As Integer,
onRequestHostLogReady As Action(Of HostRequestLogResultMessage)
)
Parameters
- agentId
- Type: System.Guid
The agent id. - taskExecuteType
- Type: TaskExecutionType
Type of task execution. - processId
- Type: System.Int32
The process id. - onRequestHostLogReady
- Type: System.Action<HostRequestLogResultMessage>
The function called when log is ready.
Implements
IGetHostLog.GetHostLog(Guid, TaskExecutionType, Int32, Action<HostRequestLogResultMessage>)
See Also