Share via


CustomConnector constructor (String, String, String, SearchServiceApplication)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected Friend Sub New ( _
    protocol As String, _
    displayName As String, _
    modelFileLocation As String, _
    searchApp As SearchServiceApplication _
)
'Usage
Dim protocol As String
Dim displayName As String
Dim modelFileLocation As String
Dim searchApp As SearchServiceApplication

Dim instance As New CustomConnector(protocol, _
    displayName, modelFileLocation, _
    searchApp)
protected internal CustomConnector(
    string protocol,
    string displayName,
    string modelFileLocation,
    SearchServiceApplication searchApp
)

Parameters

See also

Reference

CustomConnector class

CustomConnector members

CustomConnector overload

Microsoft.Office.Server.Search.Administration namespace