Click or drag to resize

ITaskServerUmbilicalProtocolRegisterTcpChannelPort Method

Registers the port number that the task host is listening on for TCP channel connections.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
void RegisterTcpChannelPort(
	Guid jobId,
	TaskAttemptId taskAttemptId,
	int port
)

Parameters

jobId
Type: SystemGuid
The job ID of the job containing the task.
taskAttemptId
Type: Ookii.Jumbo.JetTaskAttemptId
The task attempt id.
port
Type: SystemInt32
The port number.
See Also