共用方式為


<serviceTimeouts>

指定服務的逾時。

結構描述階層

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

語法

<serviceTimeouts transactionTimeout="TimeSpan" />

Type

屬性和元素

下列各節說明屬性、子項目和父項目。

屬性

屬性 描述

transactionTimeout

TimeSpan 值,指定交易必須從用戶端流動至伺服器的時間間隔。預設為 "00:00:00"。

項目子系

無。

父項目

項目 描述

<endpointBehaviors> 的 <behavior>

指定行為項目。

另請參閱

參考

ServiceTimeoutsElement