次の方法で共有


IPeerResolverContract.GetServiceSettings メソッド

定義

ピア リゾルバー サービスの設定を取得します。

public:
 System::ServiceModel::PeerResolvers::ServiceSettingsResponseInfo ^ GetServiceSettings();
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/GetServiceSettings", IsOneWay=false, Name="GetServiceInfo", ReplyAction="http://schemas.microsoft.com/net/2006/05/peer/resolver/GetServiceSettingsResponse")]
public System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo GetServiceSettings ();
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/GetServiceSettings", IsOneWay=false, Name="GetServiceInfo", ReplyAction="http://schemas.microsoft.com/net/2006/05/peer/resolver/GetServiceSettingsResponse")>]
abstract member GetServiceSettings : unit -> System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo
Public Function GetServiceSettings () As ServiceSettingsResponseInfo

戻り値

ピア リゾルバー サービスに関する情報が格納されている ServiceSettingsResponseInfo

属性

適用対象