Event ConnectionOpened
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