Table of Contents

Class ServiceRegistrySettingsElement

Namespace
Microsoft.ServiceBus.Configuration
Assembly
Microsoft.ServiceBus.dll

Contains the settings for the AppFabric Service Bus registry.

public class ServiceRegistrySettingsElement : BehaviorExtensionElement
Inheritance
ServiceRegistrySettingsElement

Constructors

ServiceRegistrySettingsElement()

public ServiceRegistrySettingsElement()

Properties

BehaviorType

Gets the behavior type for the service registry settings.

public override Type BehaviorType { get; }

Property Value

Type

The behavior type for the service registry settings.

DiscoveryMode

Gets or sets how the service is discovered.

public DiscoveryType DiscoveryMode { get; set; }

Property Value

DiscoveryType

The discovery type.

DisplayName

Gets or sets the display name for the endpoint.

public string DisplayName { get; set; }

Property Value

string

The display name.

Methods

CreateBehavior()

Creates a behavior extension based on the current registry settings.

protected override object CreateBehavior()

Returns

object

The behavior extension based on the current registry settings.