<serviceTimeouts>

サービスのタイムアウトを指定します。

<system.serviceModel>
  <behaviors>
    <serviceBehaviors>
      <serviceBehaviors> の <behavior>
        <serviceTimeouts>

<serviceTimeouts transactionTimeout="TimeSpan" />

Type

属性および要素

属性

属性 説明

transactionTimeout

クライアントからサーバーへのトランザクションが発生するまでに待機できる時間を指定する TimeSpan 値。既定値は "00:00:00" です。

子要素

なし。

親要素

要素 説明

<endpointBehaviors> の <behavior>

動作の要素を指定します。

関連項目

リファレンス

ServiceTimeoutsElement