SiteCacheSettingsWriter.SetLastImportStatusUpdateTicks method

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.

See also

Reference

SiteCacheSettingsWriter class

SiteCacheSettingsWriter members

Microsoft.SharePoint.Publishing namespace