Click or drag to resize

EndPointSynchronizer.NewStateDiff Method

Creates a new instance of the StateDiff type.

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

Parameters

createdEntries
Type: System.Collections.Generic.IReadOnlyList<StateEvent>
The created entries.
movedEntries
Type: System.Collections.Generic.IReadOnlyList<StateEvent>
The moved entries.
changedEntries
Type: System.Collections.Generic.IReadOnlyList<StateEvent>
The changed entries.
contentChangedEntries
Type: System.Collections.Generic.IReadOnlyList<StateEvent>
The content changed entries.
deletedEntries
Type: System.Collections.Generic.IReadOnlyList<StateEvent>
The deleted entries.

Return Value

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