Table of Contents

Property StartUpTimeout

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

StartUpTimeout

Maximum amount of time allowed before the first message is received. If exceeded, subscription will be automatically unsubscribed.

public TimeSpan? StartUpTimeout { get; init; }

Property Value

TimeSpan?

Remarks

If not set, all published messages will be received until explicitly unsubscribed or disposed.