EmbeddedJobSchedulerGetHostLog Method |
Gets the host log.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public 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: SystemGuid
The agent id. - taskExecuteType
- Type: TaskExecutionType
Type of task execution. - processId
- Type: SystemInt32
The process id. - onRequestHostLogReady
- Type: SystemActionHostRequestLogResultMessage
The function called when log is ready.
Implements
IGetHostLogGetHostLog(Guid, TaskExecutionType, Int32, ActionHostRequestLogResultMessage)See Also