TransmitBatchMode Property
How the transmitter processes message batches.
データ型
Enumeration
入力可能な値
Parallel (0)
Serial (1)
デフォルト値
0
解説
This property controls how the transmitter processes message batches:
| |
Parallel | The 本製品 will process however many batches the BizTalk Message Engine sends it.
The number of maximum concurrent batches may be controlled by the MaxThreads property.
|
Serial | The 本製品 will queue batches from the BizTalk Message Engine and process them one at a time.
|
このプロパティの設定はBizTalk Server 管理コンソールのアダプターの動的プロパティハンドラーによってのみ行われます。
このプロパティは受信側では使用できません。