Table of Contents

Class HybridConnectionStateChangedArgs

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll

Represents the arguments to the hybrid connection state change.

public class HybridConnectionStateChangedArgs : EventArgs
Inheritance
HybridConnectionStateChangedArgs
Inherited Members

Constructors

HybridConnectionStateChangedArgs(HybridConnectionState)

Initializes a new instance of the HybridConnectionStateChangedArgs class.

public HybridConnectionStateChangedArgs(HybridConnectionState state)

Parameters

state HybridConnectionState

The state of the hybrid connection.

Properties

ConnectionState

Gets the current connection state of the hybrid connection.

public HybridConnectionState ConnectionState { get; }

Property Value

HybridConnectionState

Returns HybridConnectionState.Contains the connection state.