Share via


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