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.
Sets the LastImportStatusUpdateTicks value for an ImportInProgress operation.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub SetLastImportStatusUpdateTicks ( _
value As Long _
)
'Usage
Dim instance As SiteCacheSettingsWriter
Dim value As Long
instance.SetLastImportStatusUpdateTicks(value)
public void SetLastImportStatusUpdateTicks(
long value
)
Parameters
- value
Type: System.Int64
New value that should be used for the ImportInProgress cache thrashing-prevention logic.