Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the timeout value when flowing transactions from server to client.in a duplex callback contract scenario.
<configuration>
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior>
<callbackTimeOuts>
Syntax
<callbackTimeOuts transactionTimeout="TimeSpan" />
Type
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
transactionTimeout |
A TimeSpan value that specifies the interval of time within which transactions must complete or be automatically terminated. The default is "00:00:00". |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| <behavior> | Specifies an endpoint behavior. |
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.