DataCacheTransportProperties.MaxBufferSize Property

 

Gets or sets the maximum buffer size.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public int MaxBufferSize { get; set; }
public:
property int MaxBufferSize {
    int get();
    void set(int value);
}
member MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

DataCacheTransportProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top