IServiceRemotingPartitionClient Interface
Definition
Defines the interface for the client that communicate over remoting to a particular replica of a service partition.
public interface IServiceRemotingPartitionClient : Microsoft.ServiceFabric.Services.Communication.Client.IServicePartitionClient<Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClient>
type IServiceRemotingPartitionClient = interface
interface IServicePartitionClient<IServiceRemotingClient>
Public Interface IServiceRemotingPartitionClient
Implements IServicePartitionClient(Of IServiceRemotingClient)
- Derived
- Implements
Properties
Factory |
Gets the communication client factory (Inherited from IServicePartitionClient<TCommunicationClient>) |
ListenerName |
Gets the name of the listener in the replica to which the client should connect to. (Inherited from IServicePartitionClient<TCommunicationClient>) |
PartitionKey |
Gets the key of the partition the client is communicating with. (Inherited from IServicePartitionClient<TCommunicationClient>) |
ServiceUri |
Gets the name of the service (Inherited from IServicePartitionClient<TCommunicationClient>) |
TargetReplicaSelector |
Gets the information about which replica in the partition the client should connect to. (Inherited from IServicePartitionClient<TCommunicationClient>) |
Methods
TryGetLastResolvedServicePartition(ResolvedServicePartition) |
Gets the resolved service partition that was set on the client. (Inherited from IServicePartitionClient<TCommunicationClient>) |