ServiceRegistrySettings Constructors

Definition

Overloads

ServiceRegistrySettings()

Initializes a new instance of the ServiceRegistrySettings class.

ServiceRegistrySettings(DiscoveryType)

Initializes a new instance of the ServiceRegistrySettings class using the specified discovery type.

ServiceRegistrySettings()

Initializes a new instance of the ServiceRegistrySettings class.

public ServiceRegistrySettings ();
Public Sub New ()

Applies to

ServiceRegistrySettings(DiscoveryType)

Initializes a new instance of the ServiceRegistrySettings class using the specified discovery type.

public ServiceRegistrySettings (Microsoft.ServiceBus.DiscoveryType discoveryType);
new Microsoft.ServiceBus.ServiceRegistrySettings : Microsoft.ServiceBus.DiscoveryType -> Microsoft.ServiceBus.ServiceRegistrySettings
Public Sub New (discoveryType As DiscoveryType)

Parameters

discoveryType
DiscoveryType

The discovery type that indicates whether the endpoint is public or private.

Applies to