opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
Represents a configuration element that specifies the interval of time allowed for the service host to open or close.
<configuration>
<system.serviceModel>
<services>
<service>
<host>
<timeOuts>
Syntax
<timeOuts closeTimeout="TimeSpan"
openTimeout="TimeSpan" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
closeTimeout |
A TimeSpan value that specifies the interval of time allowed for the service host to close. |
openTimeout |
A TimeSpan value that specifies the interval of time allowed for the service host to open. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| <host> | A configuration element that specifies settings for a service host. |
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.