SearchServiceApplication.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
Public Function GetLastLocationConfigurationUpdate ( _
oldUpdateStamp As Long _
) As Long
'Usage
Dim instance As SearchServiceApplication
Dim oldUpdateStamp As Long
Dim returnValue As Long
returnValue = instance.GetLastLocationConfigurationUpdate(oldUpdateStamp)
public long GetLastLocationConfigurationUpdate(
long oldUpdateStamp
)
Parameters
oldUpdateStamp
Type: System.Int64The old version of the last configuration changes.
Return Value
Type: System.Int64
The version of the last configuration changes.
Implements
ISearchSiteAdministrationServiceApplication.GetLastLocationConfigurationUpdate(Int64)
Remarks
The value of the oldUpdateStamp parameter must not be null and must be greater than 0.
See Also
Reference
SearchServiceApplication Class