Click or drag to resize

EndPointSynchronizerNewStateDiff Method

Creates a new instance of the StateDiff type.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual EndPointSynchronizerStateDiff NewStateDiff(
	IReadOnlyList<StateEvent> createdEntries,
	IReadOnlyList<StateEvent> movedEntries,
	IReadOnlyList<StateEvent> changedEntries,
	IReadOnlyList<StateEvent> contentChangedEntries,
	IReadOnlyList<StateEvent> deletedEntries
)

Parameters

createdEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The created entries.
movedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The moved entries.
changedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The changed entries.
contentChangedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The content changed entries.
deletedEntries
Type: System.Collections.GenericIReadOnlyListStateEvent
The deleted entries.

Return Value

Type: EndPointSynchronizerStateDiff
An instance of the StateDiff type.
See Also