ConnectionLifetime Property
Instructs the provider whether or not to leave the connection to the server open.
データ型
Enumeration入力可能な値
Automatic (0)Per Batch (1)
Persisted (2)
デフォルト値
0解説
This property is used when uploading batches of messages to a server that use the same connection properties. In order to minimize connection-related protocol overhead, connections may be persisted with various lifetimes:
Automatic (0 - default) | The connection to the server will be established as needed per each message. When the message transmission is complete, the 本製品 will disconnect from the server. |
Per Batch (1) | During each batch, the connection to the server will be established as needed per each message. If a connection already exists to the server, that will be used as opposed to creating a new one. At the end of the batch, all such connections will be disconnected. |
Persisted (2) | Connections will be established as needed and stored. If a connection already exists for a server, that will be used as opposed to creating a new one. The connections will not be disconnected until the 本製品 is terminated by the BizTalk Message Engine. |
このプロパティは受信側では使用できません。