Click or drag to resize

ITaskServerUmbilicalProtocol Interface

Interface used by the TaskHost to communicate with its task server.

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

The ITaskServerUmbilicalProtocol type exposes the following members.

Methods
 NameDescription
Public methodDownloadDfsFile Requests the task server to download a file from the DFS to make it available to all tasks.
Public methodRegisterTcpChannelPort Registers the port number that the task host is listening on for TCP channel connections.
Public methodReportCompletion Reports successful task completion to the task server.
Public methodReportError Reports that the task has encountered an unrecoverable error.
Public methodReportProgress Reports progression of a task.
Top
See Also