HybridConnectionListener.Online Event

 

Raised when the Listener has successfully connected with ServiceBus

Namespace:   Microsoft.ServiceBus.Relay
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public event EventHandler Online
public:
event EventHandler^ Online {
    virtual void add(EventHandler^ value) sealed;
    virtual void remove(EventHandler^ value) sealed;
}
abstract Online : IEvent<EventHandler,
    EventArgs>
override Online : IEvent<EventHandler,
    EventArgs>
Public Event Online As EventHandler

Implements

IConnectionStatus.Online

See Also

HybridConnectionListener Class
Microsoft.ServiceBus.Relay Namespace

Return to top