Interface ISyncer<TLeft, TRight>
- Namespace
- NMF.Synchronizations
- Assembly
- NMF.Synchronizations.dll
Denotes an object that can synchronize properties
public interface ISyncer<TLeft, TRight>
Type Parameters
TLeftThe left type of elements
TRightThe right type of elements
Methods
Sync(TLeft, TRight, ISynchronizationContext)
Synchronizes the given instances
IDisposable Sync(TLeft left, TRight right, ISynchronizationContext context)
Parameters
leftTLeftThe left element
rightTRightThe right element
contextISynchronizationContextThe context in which to synchronize
Returns
- IDisposable
A disposable object that can be used to terminate the synchronization