Property StartUpTimeout
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
Remarks
If not set, all published messages will be received until explicitly unsubscribed or disposed.