Click or drag to resize

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
)

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

STK Parallel Computing Server 2.9 API for .NET