IPeerResolverContract.GetServiceSettings Method

Definition

Obtains the settings for a peer resolver service.

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

Returns

ServiceSettingsResponseInfo that contains information about the peer resolver service.

Attributes

Applies to