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 を返します。

スレッド セーフ

この型のパブリック静的 (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンスのメンバーはいずれも、スレッド セーフである保証はありません。

プラットフォーム

開発プラットフォーム

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 名前空間