Click or drag to resize

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)
Syntax
public void GetHostLog(
	Guid agentId,
	TaskExecutionType taskExecuteType,
	int processId,
	Action<HostRequestLogResultMessage> onRequestHostLogReady
)

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

STK Parallel Computing Server 2.10 API for .NET