Show / Hide Table of Contents

Class QTaskStatusActiveForwards

Represents a public TCP port of a task.

Inheritance
object
QTaskStatusActiveForwards
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QTaskStatusActiveForwards

Properties

ApplicationPort

Port of the application running on the compute node.

Declaration
public ushort ApplicationPort { get; set; }
Property Value
Type Description
ushort

ForwarderHost

Public host where this application can be reached.

Declaration
public string ForwarderHost { get; set; }
Property Value
Type Description
string

ForwarderPort

Port where this application can be reached on the public host.

Declaration
public ushort ForwarderPort { get; set; }
Property Value
Type Description
ushort
In this article
  • Properties
    • ApplicationPort
    • ForwarderHost
    • ForwarderPort
Back to top Generated by DocFX