IServiceRemotingPartitionClient Interface
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.
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>) |
Applies to
Azure SDK for .NET