EndPointSynchronizerEnumerateStateEntries Method |
Enumerates entries stored in the state provider for this endpoint.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IEnumerable<StateEntry> EnumerateStateEntries(
string parentEntryId
)
Parameters
- parentEntryId
- Type: SystemString
The parent entry identifier. Use null to gather all entries.
Return Value
Type:
IEnumerableStateEntryA list of entries.
See Also