Table of Contents

Property Timeout

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

Timeout

Amount of time to wait before automatically unsubscribing.

public TimeSpan? Timeout { get; init; }

Property Value

TimeSpan?

Remarks

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