Table of Contents

Class ConnectionStatusElement

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

Reads a configuration element that describes the connection status.

public class ConnectionStatusElement : BehaviorExtensionElement
Inheritance
ConnectionStatusElement

Constructors

ConnectionStatusElement()

public ConnectionStatusElement()

Properties

BehaviorType

Gets the type of behavior.

public override Type BehaviorType { get; }

Property Value

Type

Returns a Type that contains the behavior type.

Methods

CreateBehavior()

Creates a behavior extension based on the current configuration settings.

protected override object CreateBehavior()

Returns

object

Returns an object that contains the behavior extension.