Click or drag to resize

ITaskServerClientProtocol Interface

The protocol used when task servers communicate with each other or when the job server communicates with a task server other than its own.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface ITaskServerClientProtocol

The ITaskServerClientProtocol type exposes the following members.

Properties
 NameDescription
Public propertyFileServerPort Gets the port on which the TCP server for the file channel listens.
Top
Methods
 NameDescription
Public methodGetCompressedTaskLogFiles Gets the contents of the diagnostic log files for all tasks of the specified job that this server has run, compressed into a zip file.
Public methodGetLogFileContents Gets the contents of the diagnostic log file.
Public methodGetOutputFileDirectory Gets the local directory where output files for a particular job are stored if that task uses a file output channel.
Public methodGetTaskLogFileContents Gets the contents of the diagnostic log file for the specified task.
Public methodGetTaskProfileOutput Gets the profile output for the specified task.
Public methodGetTaskStatus Gets the current status of a task.
Public methodGetTcpChannelPort Gets the TCP server port for the specified task.
Top
See Also