WcfCommunicationClient<TServiceContract>.ResolvedServicePartition Property

Definition

Gets or sets the resolved service partition which contains information about the partition and the endpoints that can be used to communication with the service replica or instance.

public System.Fabric.ResolvedServicePartition ResolvedServicePartition { get; set; }
member this.ResolvedServicePartition : System.Fabric.ResolvedServicePartition with get, set
Public Property ResolvedServicePartition As ResolvedServicePartition

Property Value

The resolved service partition.

Implements

Applies to