Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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