Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the amount of time (in seconds) that the search server will wait for request acknowledgement while connecting to other services.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AcknowledgementTimeout As Integer
Get
Set
'Usage
Dim instance As SearchService
Dim value As Integer
value = instance.AcknowledgementTimeout
instance.AcknowledgementTimeout = value
public int AcknowledgementTimeout { get; set; }
Property Value
Type: System.Int32