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
Methods
CreateBehavior()
Creates a behavior extension based on the current configuration settings.
protected override object CreateBehavior()