Share via


CompiledDictionaryContext Constructor (String)

Creates the context object.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Public Sub New ( _
    clientEndpointName As String _
)
'Usage
Dim clientEndpointName As String

Dim instance As New CompiledDictionaryContext(clientEndpointName)
public CompiledDictionaryContext(
    string clientEndpointName
)

Parameters

  • clientEndpointName
    Type: System.String

    The name of the endpoint to use when connecting to the service. The endpoint must be defined in the [Admin.config] file.

Remarks

The provided endpoint name and the default configuration file ([%FASTSearch%\etc\Admin.config]) is used to connect to the FAST Search Server 2010 for SharePoint farm back-end.

See Also

Reference

CompiledDictionaryContext Class

CompiledDictionaryContext Members

CompiledDictionaryContext Overload

Microsoft.SharePoint.Search.Extended.Administration Namespace