IActorServicePartitionClient Interface

Definition

Defines the interface for the client that communicate with an actor within a service partition.

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
Implements

Properties

Name Description
ActorId

Gets the id of the actor this client communicates with.

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

Name Description
TryGetLastResolvedServicePartition(ResolvedServicePartition)

Gets the resolved service partition that was set on the client.

(Inherited from IServicePartitionClient<TCommunicationClient>)

Applies to