Share via


PersistedDictionaryContext Constructor (Configuration, 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 ( _
    config As Configuration, _
    endPointName As String _
)
'Usage
Dim config As Configuration
Dim endPointName As String

Dim instance As New PersistedDictionaryContext(config, _
    endPointName)
public PersistedDictionaryContext(
    Configuration config,
    string endPointName
)

Parameters

  • endPointName
    Type: System.String

    The name of the endpoint to use when connecting to the back-end service. The endpoint must be defined in the provided configuration.

Remarks

The provided endpoint name and configuration will be used to connect to the FASTSearch back-end.

See Also

Reference

PersistedDictionaryContext Class

PersistedDictionaryContext Members

PersistedDictionaryContext Overload

Microsoft.SharePoint.Search.Extended.Administration Namespace