Sdílet prostřednictvím


ServiceBrokerClientMetadata.SupportedConnections Vlastnost

Definice

Získá nebo nastaví připojení vzdálené služby, které klient podporuje.

public:
 property Microsoft::ServiceHub::Framework::RemoteServiceConnections SupportedConnections { Microsoft::ServiceHub::Framework::RemoteServiceConnections get(); void set(Microsoft::ServiceHub::Framework::RemoteServiceConnections value); };
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public Microsoft.ServiceHub.Framework.RemoteServiceConnections SupportedConnections { get; set; }
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public Microsoft.ServiceHub.Framework.RemoteServiceConnections SupportedConnections { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
member this.SupportedConnections : Microsoft.ServiceHub.Framework.RemoteServiceConnections with get, set
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.SupportedConnections : Microsoft.ServiceHub.Framework.RemoteServiceConnections with get, set
Public Property SupportedConnections As RemoteServiceConnections

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonConverterAttribute JsonConverterAttribute IsReadOnlyAttribute

Poznámky

To umožňuje zvolit IRemoteServiceBroker optimální vzájemně podporovaný druh připojení při odpovídání na budoucí žádosti o služby.

Platí pro