共用方式為


DataCacheTransportProperties.MaxOutputDelay 屬性

取得或設定批次處理要求並將要求傳送給用戶端之前要等候的時間長度上限。

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

使用方式

語法

'宣告
Public Property MaxOutputDelay As TimeSpan
public TimeSpan MaxOutputDelay { get; set; }
public:
property TimeSpan MaxOutputDelay {
    TimeSpan get ();
    void set (TimeSpan value);
}
/** @property */
public TimeSpan get_MaxOutputDelay ()

/** @property */
public void set_MaxOutputDelay (TimeSpan value)
public function get MaxOutputDelay () : TimeSpan

public function set MaxOutputDelay (value : TimeSpan)

屬性值

傳回 TimeSpan

執行緒安全性

此類型的所有 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 命名空間