다음을 통해 공유


ProviderTimeout Element (ADF)

Specifies the timeout for a hosted event provider.

구문

<Providers>
    <HostedProvider>
    ...
        <ProviderTimeout>

Element Characteristics

Characteristic Description

Data type

duration.

Default value

5 minutes (PT5M).

Occurrence

Optional once per HostedProvider Element (ADF).

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

HostedProvider Element (ADF)

Child elements

None.

주의

Use the ProviderTimeout element to provide a custom timeout for a hosted event provider. If the hosted event provider does not return within the timeout period, the thread the hosted event provider is running on is terminated and the hosted event provider is disabled. You must enable the event provider to restart it.

This example shows how to set the ProviderTimeout value to 2 minutes.

<ProviderTimeout>PT2M</ProviderTimeout>

참고 항목

관련 자료

인스턴스, 응용 프로그램 또는 구성 요소 설정 및 해제
이벤트 공급자 정의

도움말 및 정보

SQL Server 2005 지원 받기