共用方式為


DataCacheTransportProperties.ConnectionBufferSize 屬性

取得或設定由傳輸通道使用的接收緩衝區大小。

命名空間: Microsoft.ApplicationServer.Caching
組件: Microsoft.ApplicationServer.Caching.Core (於 microsoft.applicationserver.caching.core.dll)

使用方式

語法

'宣告
Public Property ConnectionBufferSize As Integer
public int ConnectionBufferSize { get; set; }
public:
property int ConnectionBufferSize {
    int get ();
    void set (int value);
}
/** @property */
public int get_ConnectionBufferSize ()

/** @property */
public void set_ConnectionBufferSize (int value)
public function get ConnectionBufferSize () : int

public function set ConnectionBufferSize (value : int)

屬性值

傳回 Int32

執行緒安全性

此類型的所有 public static (Shared (於 Visual Basic 中)) 成員都是安全執行緒。但不保證任何執行緒成員的執行緒都是安全的。

平台

開發平台

Visual Studio 2010 與更新版本, .NET Framework 4

目標平台

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

另請參閱

參考資料

DataCacheTransportProperties 類別
DataCacheTransportProperties 成員
Microsoft.ApplicationServer.Caching 命名空間