Table of Contents

Event ConnectionOpened

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

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

public event AsyncEventHandler<NatsEventArgs>? ConnectionOpened

Returns

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