FASTSearchRuntime Class

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Implementation of runtime which performs a search against a FAST Search Server 2010 for SharePoint farm location.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.Search.Query.FASTSearchRuntime

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class FASTSearchRuntime _
    Implements ILocationRuntime, IRefinableRuntime, IDisposable
'Usage
Dim instance As FASTSearchRuntime
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class FASTSearchRuntime : ILocationRuntime, 
    IRefinableRuntime, IDisposable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FASTSearchRuntime Members

Microsoft.Office.Server.Search.Query Namespace