Table of Contents

Interface IRunningSynchronization

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Synchronizations.dll

Denotes a running model synchronization

public interface IRunningSynchronization : IDisposable
Inherited Members

Properties

Synchronization

The underlying synchronization

IModelSynchronization Synchronization { get; }

Property Value

IModelSynchronization

SynchronizedModels

Gets a collection of synchronized models

IEnumerable<IModelElement> SynchronizedModels { get; }

Property Value

IEnumerable<IModelElement>

SynchronizedUris

Gets a collection of synchronized URIs

IEnumerable<Uri> SynchronizedUris { get; }

Property Value

IEnumerable<Uri>