Table of Contents

Method ReadyAsync

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

ReadyAsync()

Signals that the subscription is ready to receive messages. Override this method to perform any initialization logic.

public virtual ValueTask ReadyAsync()

Returns

ValueTask

A ValueTask that represents the asynchronous operation.