Partager via


IActorServicePartitionClient Interface

Définition

Définit l’interface du client qui communique avec un acteur au sein d’une partition de service.

public interface IActorServicePartitionClient : Microsoft.ServiceFabric.Services.Communication.Client.IServicePartitionClient<Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClient>, Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingPartitionClient
type IActorServicePartitionClient = interface
    interface IServiceRemotingPartitionClient
    interface IServicePartitionClient<IServiceRemotingClient>
Public Interface IActorServicePartitionClient
Implements IServicePartitionClient(Of IServiceRemotingClient), IServiceRemotingPartitionClient
Implémente

Propriétés

ActorId

Obtient l’ID de l’acteur avec lequel ce client communique.

Factory

Obtient la fabrique de client de communication

(Hérité de IServicePartitionClient<TCommunicationClient>)
ListenerName

Obtient le nom de l’écouteur dans le réplica auquel le client doit se connecter.

(Hérité de IServicePartitionClient<TCommunicationClient>)
PartitionKey

Obtient la clé de la partition avec laquelle le client communique.

(Hérité de IServicePartitionClient<TCommunicationClient>)
ServiceUri

Obtient le nom du service

(Hérité de IServicePartitionClient<TCommunicationClient>)
TargetReplicaSelector

Obtient les informations sur les réplica de la partition à laquelle le client doit se connecter.

(Hérité de IServicePartitionClient<TCommunicationClient>)

Méthodes

TryGetLastResolvedServicePartition(ResolvedServicePartition)

Obtient la partition de service résolue qui a été définie sur le client.

(Hérité de IServicePartitionClient<TCommunicationClient>)

S’applique à