SearchServiceApplicationProxy constructor (String, SearchQueryAndSiteSettingsServiceProxy, Uri)
Initializes a new instance of the SearchServiceApplicationProxy class with the specified name, parent proxy, and endpoint URL.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
serviceProxy As SearchQueryAndSiteSettingsServiceProxy, _
serviceApplicationAddress As Uri _
)
'Usage
Dim name As String
Dim serviceProxy As SearchQueryAndSiteSettingsServiceProxy
Dim serviceApplicationAddress As Uri
Dim instance As New SearchServiceApplicationProxy(name, serviceProxy, _
serviceApplicationAddress)
public SearchServiceApplicationProxy(
string name,
SearchQueryAndSiteSettingsServiceProxy serviceProxy,
Uri serviceApplicationAddress
)
Parameters
name
Type: System.StringThe name of the proxy.
serviceProxy
Type: Microsoft.Office.Server.Search.Administration.SearchQueryAndSiteSettingsServiceProxyThe parent of the proxy.
serviceApplicationAddress
Type: System.UriThe URL of the endpoint of the connected Search service application.
See also
Reference
SearchServiceApplicationProxy class
SearchServiceApplicationProxy members