ResolvedServicePartition Class

Definition

Contains information about the partition of the service that was resolved and the set of endpoints that can be used to access the partition.

public sealed class ResolvedServicePartition
type ResolvedServicePartition = class
Public NotInheritable Class ResolvedServicePartition
Inheritance
ResolvedServicePartition

Remarks

The resolved service partition is obtained as a result of calling ResolveServicePartitionAsync(Uri) and the other overloads.

Properties

Endpoints

Gets the endpoints of the service partition.

Info

Gets information about the partition of the service that was resolved.

ServiceName

Gets the name of the service instance.

Methods

CompareVersion(ResolvedServicePartition)

Compares two resolved service partitions and identifies which is newer.

GetEndpoint()

Returns a single endpoint, instead of a collection of all endpoints.

Applies to