ClientBase<TChannel>.ChannelBase<T>.AllowOutputBatching 属性
定义
获取或设置一个值,该值指示 Windows Communication Foundation (WCF) 在给出消息以进行传输之前存储一组消息。Gets or sets a value that instructs Windows Communication Foundation (WCF) to store a set of messages before giving the messages to the transport.
public:
property bool AllowOutputBatching { bool get(); void set(bool value); };
public bool AllowOutputBatching { get; set; }
member this.AllowOutputBatching : bool with get, set
Public Property AllowOutputBatching As Boolean
属性值
如果允许对传出消息进行批处理,则为 true;否则为 false。true if the batching of outgoing messages is allowed; otherwise, false.