ClusterJobScheduler.CoordinatorMachineName Property |
Gets or sets the name 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 string CoordinatorMachineName { get; set; }
Public Property CoordinatorMachineName As String
Get
Set
Property Value
Type:
String
ExceptionsException | Condition |
---|
InvalidOperationException | Thrown if CoordinatorMachineName is read-only. |
Remarks
This value is read-only after you have already connected to the Coordinator.
See Also