SessionHandlerOptions.MessageWaitTimeout Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the timeout to wait for receiving a message. This is the time the session-pump waits before closing down the current session and switching to a different session.
public TimeSpan MessageWaitTimeout { get; set; }
member this.MessageWaitTimeout : TimeSpan with get, set
Public Property MessageWaitTimeout As TimeSpan
The time to wait for receiving the message. Default is 1 min.
This value has an impact on the message throughput. If the value is very large, then every time the SDK waits for this duration before closing to make sure that all the messages have been received. If users are having a lot of sessions and fewer messages per session, try setting this to be a relative smaller value based on how frequent new messages arrive in the session.
Отзыв о Azure SDK for .NET
Azure SDK for .NET — это проект с открытым исходным кодом. Выберите ссылку, чтобы оставить отзыв: