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: 2.0.0
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