FASTSearchRuntime Constructor
Initializes a new instance of the FASTSearchRuntime class.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
searchProxy As SearchServiceApplicationProxy _
)
'Usage
Dim searchProxy As SearchServiceApplicationProxy
Dim instance As New FASTSearchRuntime(searchProxy)
public FASTSearchRuntime(
SearchServiceApplicationProxy searchProxy
)