Table of Contents

Event ConnectionDisconnected

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

Event that is raised when the connection to the NATS server is disconnected.

public event AsyncEventHandler<NatsEventArgs>? ConnectionDisconnected

Returns

AsyncEventHandler<NatsEventArgs>
Event that is raised when the connection to the NATS server is disconnected.
Implements