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
TLeft
The left type of elements
TRight
The right type of elements
Methods
Sync(TLeft, TRight, ISynchronizationContext)
Synchronizes the given instances
IDisposable Sync(TLeft left, TRight right, ISynchronizationContext context)
Parameters
left
TLeftThe left element
right
TRightThe right element
context
ISynchronizationContextThe context in which to synchronize
Returns
- IDisposable
A disposable object that can be used to terminate the synchronization