Table of Contents

Interface IHybridConnectionStatus

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll

Provides access to the current connection state of a hybrid connection channel.

public interface IHybridConnectionStatus

Properties

ConnectionState

Gets the current connection state of the hybrid connection.

HybridConnectionState ConnectionState { get; }

Property Value

HybridConnectionState

Returns HybridConnectionState.Contains the connection state.

Events

ConnectionStateChanged

Occurs when the connection state changes.

event EventHandler<HybridConnectionStateChangedArgs> ConnectionStateChanged

Event Type

EventHandler<HybridConnectionStateChangedArgs>