次の方法で共有


IServicePartitionClient<TCommunicationClient> インターフェイス

定義

特定のサービス パーティションのレプリカと通信できるクライアントのインターフェイスを定義します。

public interface IServicePartitionClient<TCommunicationClient> where TCommunicationClient : ICommunicationClient
type IServicePartitionClient<'CommunicationClient (requires 'CommunicationClient :> ICommunicationClient)> = interface
Public Interface IServicePartitionClient(Of TCommunicationClient)

型パラメーター

TCommunicationClient

ICommunicationClient の種類

派生

プロパティ

Factory

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

ListenerName

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

PartitionKey

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

ServiceUri

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

TargetReplicaSelector

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

メソッド

TryGetLastResolvedServicePartition(ResolvedServicePartition)

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

適用対象