Share via


PersistedDictionary.GetEntriesAndSetClean Method

Retrieves a full snapshot of the entries and clears the dirty flag as an atomic operation.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Store
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function GetEntriesAndSetClean As ReadOnlyCollection(Of KeyValuePair(Of String, String))
'Usage
Dim instance As PersistedDictionary
Dim returnValue As ReadOnlyCollection(Of KeyValuePair(Of String, String))

returnValue = instance.GetEntriesAndSetClean()
ReadOnlyCollection<KeyValuePair<string, string>> GetEntriesAndSetClean()

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<String, String>>
A [!:ReadOnlyCollection<KeyValuePair<String,String>>] of the entries.

See Also

Reference

PersistedDictionary Interface

PersistedDictionary Members

Microsoft.SharePoint.Search.Extended.Administration.Store Namespace