SearchServiceApplication.GetSystemManagerLocationFromDb method

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

Syntax

'Declaration
Public Function GetSystemManagerLocationFromDb ( _
    currentLease As Lease _
) As IList(Of Uri)
'Usage
Dim instance As SearchServiceApplication
Dim currentLease As Lease
Dim returnValue As IList(Of Uri)

returnValue = instance.GetSystemManagerLocationFromDb(currentLease)
public IList<Uri> GetSystemManagerLocationFromDb(
    Lease currentLease
)

Parameters

  • currentLease
    Type: Lease

Return value

Type: System.Collections.Generic.IList<Uri>

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace