次の方法で共有


StatefulServiceBase.GetAddresses メソッド

定義

(ListenerName、Endpoint) キーと値のペアとして、このサービス レプリカのすべてのアドレスの一覧を取得します。

protected System.Collections.Generic.IReadOnlyDictionary<string,string> GetAddresses ();
member this.GetAddresses : unit -> System.Collections.Generic.IReadOnlyDictionary<string, string>
Protected Function GetAddresses () As IReadOnlyDictionary(Of String, String)

戻り値

IReadOnlyDictionary<TKey,TValue>(ListenerName、Endpoint) キーと値のペアとしてのアドレスのリストを含む 。

適用対象