Compartilhar via


QueryProperties.WcfTimeout property

Obtém ou define o período de tempo antes do tempo limite de operações da consulta WCF.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property WcfTimeout As Integer
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As Integer

value = instance.WcfTimeout

instance.WcfTimeout = value
[DataMemberAttribute]
public int WcfTimeout { get; set; }

Property value

Type: System.Int32
O tempo, em milissegundos, o que leva antes do tempo limite de operações WCF.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace