Returns allowed time (milliseconds).

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual long GetTimeAllowed()
Visual Basic
Public Overridable Function GetTimeAllowed As Long
Visual C++
public:
virtual long long GetTimeAllowed()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.TimeLimitedCollector.TimeExceededException.GetTimeAllowed"]

See Also