次の方法で共有


IActorServicePartitionClient インターフェイス

定義

サービス パーティション内のアクターと通信するクライアントのインターフェイスを定義します。

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
実装

プロパティ

ActorId

このクライアントが通信するアクターの ID を取得します。

Factory

通信クライアント ファクトリを取得します

(継承元 IServicePartitionClient<TCommunicationClient>)
ListenerName

クライアントが接続するレプリカ内のリスナーの名前を取得します。

(継承元 IServicePartitionClient<TCommunicationClient>)
PartitionKey

クライアントが通信しているパーティションのキーを取得します。

(継承元 IServicePartitionClient<TCommunicationClient>)
ServiceUri

サービスの名前を取得します

(継承元 IServicePartitionClient<TCommunicationClient>)
TargetReplicaSelector

クライアントが接続するパーティション内のレプリカに関する情報を取得します。

(継承元 IServicePartitionClient<TCommunicationClient>)

メソッド

TryGetLastResolvedServicePartition(ResolvedServicePartition)

クライアントで設定された解決済みサービス パーティションを取得します。

(継承元 IServicePartitionClient<TCommunicationClient>)

適用対象