TransactedBatchingElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示組態項目,這個組態項目會指出異動批次處理是否支援接收作業。 此類別無法獲得繼承。
public ref class TransactedBatchingElement sealed : System::ServiceModel::Configuration::BehaviorExtensionElement
public sealed class TransactedBatchingElement : System.ServiceModel.Configuration.BehaviorExtensionElement
type TransactedBatchingElement = class
inherit BehaviorExtensionElement
Public NotInheritable Class TransactedBatchingElement
Inherits BehaviorExtensionElement
- 繼承
-
TransactedBatchingElement
- 繼承
-
TransactedBatchingElement
備註
使用異動批次進行設定的傳輸,會嘗試將數個接收作業批次處理到單一異動中。 如此一來,即可避免在每個接收作業中建立並認可異動時的相對高成本。
建構函式
TransactedBatchingElement() |
初始化 TransactedBatchingElement 類別的新執行個體。 |