Compartir a través de


EventHubConnectionOptions.ReceiveBufferSizeInBytes Propiedad

Definición

Tamaño del búfer utilizado para recibir información a través del transporte activo.

public int ReceiveBufferSizeInBytes { get; set; }
member this.ReceiveBufferSizeInBytes : int with get, set
Public Property ReceiveBufferSizeInBytes As Integer

Valor de propiedad

Tamaño del búfer, en bytes. El tamaño predeterminado es de 8192 bytes.

Comentarios

Este valor se usa para configurar el ReceiveBufferSize utilizado por el transporte activo.

Se aplica a