Share via


ContentEnrichmentConfiguration.Timeout property

Gets or sets the allowed time in milliseconds for a single item to use end to end between the Content Processing Component and the external webservice before it is discarded.

Namespace:  Microsoft.Office.Server.Search.Administration.ContentProcessing
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property Timeout As Integer
    Get
    Set
'Usage
Dim instance As ContentEnrichmentConfiguration
Dim value As Integer

value = instance.Timeout

instance.Timeout = value
public int Timeout { get; set; }

Property value

Type: System.Int32

See also

Reference

ContentEnrichmentConfiguration class

ContentEnrichmentConfiguration members

Microsoft.Office.Server.Search.Administration.ContentProcessing namespace