Freigeben über


IActorServicePartitionClient Schnittstelle

Definition

Definiert die Schnittstelle für den Client, der mit einem Akteur innerhalb einer Dienstpartition kommuniziert.

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
Implementiert

Eigenschaften

ActorId

Ruft die ID des Akteurs ab, mit dem dieser Client kommuniziert.

Factory

Ruft die Kommunikationsclientfactory ab.

(Geerbt von IServicePartitionClient<TCommunicationClient>)
ListenerName

Ruft den Namen des Listeners im Replikat ab, mit dem der Client eine Verbindung herstellen soll.

(Geerbt von IServicePartitionClient<TCommunicationClient>)
PartitionKey

Ruft den Schlüssel der Partition ab, mit der der Client kommuniziert.

(Geerbt von IServicePartitionClient<TCommunicationClient>)
ServiceUri

Ruft den Namen des Diensts ab.

(Geerbt von IServicePartitionClient<TCommunicationClient>)
TargetReplicaSelector

Ruft die Informationen darüber ab, mit welchem Replikat in der Partition der Client eine Verbindung herstellen soll.

(Geerbt von IServicePartitionClient<TCommunicationClient>)

Methoden

TryGetLastResolvedServicePartition(ResolvedServicePartition)

Ruft die aufgelöste Dienstpartition ab, die auf dem Client festgelegt wurde.

(Geerbt von IServicePartitionClient<TCommunicationClient>)

Gilt für: