SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
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)
Exceptions
Exception | Condition |
---|---|
Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
The value of the oldUpdateStamp parameter must not be null and must be greater than 0.
See also
Reference
SearchServiceApplicationProxy class