Click or drag to resize

ISyncStateProviderGetChange Method

Gets a change using its identifier.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
StateSyncChange GetChange(
	long changeId
)

Parameters

changeId
Type: SystemInt64
The change identifier.

Return Value

Type: StateSyncChange
A change instance or null if no change was found.
See Also