Table of Contents

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 TLeft

The left element

right TRight

The right element

context ISynchronizationContext

The context in which to synchronize

Returns

IDisposable

A disposable object that can be used to terminate the synchronization