ConnectionStatusBehavior Class

Definition

An endpoint behavior that provides access to the connection status of a service listening on Azure Service Bus.

public class ConnectionStatusBehavior : Microsoft.ServiceBus.IConnectionStatus, System.ServiceModel.Description.IEndpointBehavior
type ConnectionStatusBehavior = class
    interface IEndpointBehavior
    interface IConnectionStatus
Public Class ConnectionStatusBehavior
Implements IConnectionStatus, IEndpointBehavior
Inheritance
ConnectionStatusBehavior
Implements

Constructors

ConnectionStatusBehavior()

Initializes a new instance of the ConnectionStatusBehavior class.

Properties

IsOnline

Gets a value that determines if the connection is online.

LastError

Gets the last error.

Methods

Retry()

Retries the connection.

Events

Connecting

Occurs when the endpoint gets temporarily disconnected from the Relay Service and for each reconnect attempt.

Offline

Occurs when the endpoint stops attempting to connect to the Relay Service.

Online

Occurs when the endpoint successfully connects to the Relay Service.

Explicit Interface Implementations

IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)

Passes data at runtime to bindings to support custom behavior. This implementation does nothing.

IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime)

This implementation does nothing.

IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)

Hooks up the listener runtime connection status events.

IEndpointBehavior.Validate(ServiceEndpoint)

This method does nothing.

Applies to