ISearchSiteAdministrationServiceApplication.GetLastLocationConfigurationUpdate method

Retrieves the version of the last configuration changes from the Federation Set.

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetLastLocationConfigurationUpdate ( _
    oldUpdateStamp As Long _
) As Long
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim oldUpdateStamp As Long
Dim returnValue As Long

returnValue = instance.GetLastLocationConfigurationUpdate(oldUpdateStamp)
[OperationContractAttribute]
long GetLastLocationConfigurationUpdate(
    long oldUpdateStamp
)

Parameters

  • oldUpdateStamp
    Type: System.Int64

    The old version of the last configuration changes.

Return value

Type: System.Int64
The version of the last configuration changes.

Remarks

Implementing classes should ensure that the value of the oldUpdateStamp parameter must not be null and must be greater than 0.

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace