ISyncStateProviderGetChange Method |
Gets a change using its identifier.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax StateSyncChange GetChange(
long changeId
)
Parameters
- changeId
- Type: SystemInt64
The change identifier.
Return Value
Type:
StateSyncChangeA change instance or null if no change was found.
See Also