ConnectionOrientedTransportBindingElement.MaxOutputDelay 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置消息块或完整消息在发出之前可以在内存中保持缓冲的最大时间间隔。
public:
property TimeSpan MaxOutputDelay { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxOutputDelay { get; set; }
member this.MaxOutputDelay : TimeSpan with get, set
Public Property MaxOutputDelay As TimeSpan
属性值
一个 , TimeSpan 指定消息块或完整消息在发送前可在内存中保持缓冲的最大时间间隔。默认值为 2 秒。 只有在传出消息的 AllowOutputBatching 属性设置为 true
时,该属性才有意义。 否则,该值就会被忽略,消息将立即发送。
例外
注解
如果 AllowOutputBatching 为 false
,就会忽略此消息的该属性。