SchedulerJob.EndpointAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the unique network addresses that a client uses to communicate with a service endpoint.
public Microsoft.Hpc.Scheduler.IStringCollection EndpointAddresses { get; }
member this.EndpointAddresses : Microsoft.Hpc.Scheduler.IStringCollection
Public ReadOnly Property EndpointAddresses As IStringCollection
Property Value
An IStringCollection interface that contains a collection of endpoint addresses to which the session is connected.