GetTaskLogEntries

Description

Gets the log of a task

Signature
TaskLogEntry[] GetTaskLogEntries(string key, long taskId)

Parameters

Name Data Type Description

key

string required

The authentication key

taskId

long required

The task ID

Response

Data Type Description

Example

var taskManagementSoapClient = new TaskManagementSoapClient();

var taskLogEntries = taskManagementSoapClient.GetTaskLogEntries(key, taskId);