ClusterJobScheduler.CoordinatorPort Property |
Gets or sets port number of the Coordinator.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic int CoordinatorPort { get; set; }
Public Property CoordinatorPort As Integer
Get
Set
Property Value
Type:
Int32
ExceptionsException | Condition |
---|
InvalidOperationException | Thrown if CoordinatorPort is read-only. |
Remarks
This value is read-only after you have already connected to the Coordinator.
See Also