DataCacheTransportProperties.MaxBufferPoolSize Property

 

Gets or sets the maximum buffer pool size used by the WCF buffer manager.

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

Syntax

public long MaxBufferPoolSize { get; set; }
public:
property long long MaxBufferPoolSize {
    long long get();
    void set(long long value);
}
member MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

Property Value

Type: System.Int64

Returns Int64.

See Also

DataCacheTransportProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top