IPeerResolverContract.GetServiceSettings Método

Definición

Obtiene la configuración para un servicio de la resolución del mismo nivel.

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

Devoluciones

ServiceSettingsResponseInfo que contiene información sobre el servicio de la resolución del mismo nivel.

Atributos

Se aplica a