Share via


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 中为共享)成员都是线程安全的。不能保证任何实例成员都具有线程安全性。

平台

开发平台

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 命名空间