EmbeddedJobSchedulerGetHostLog 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: 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