DeploymentContext 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 DeploymentContext(config, _
    endPointName)
public DeploymentContext(
    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 file.

Remarks

The provided endpoint name and configuration file are used to connect to the FAST Search Server 2010 for SharePoint farm back-end. The configuration file are used instead of the default configuration file named %FASTSearch%\etc\Admin.config

See Also

Reference

DeploymentContext Class

DeploymentContext Members

DeploymentContext Overload

Microsoft.SharePoint.Search.Extended.Administration Namespace