你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventHubConnectionOptions.ReceiveBufferSizeInBytes Property
Definition
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.
The size of the buffer used for receiving information via the active transport.
public int ReceiveBufferSizeInBytes { get; set; }
member this.ReceiveBufferSizeInBytes : int with get, set
Public Property ReceiveBufferSizeInBytes As Integer
Property Value
The size of the buffer, in bytes. The default value is -1, which instructs the transport to use the host's default buffer size.
Remarks
This value is used to configure the ReceiveBufferSize used by the active transport. It is recommended that the host's default buffer size be used unless there is a specific application scenario that requires it to be adjusted and the new value has been tested thoroughly.