Interface IRunningSynchronization
Denotes a running model synchronization
public interface IRunningSynchronization : IDisposable
- Inherited Members
Properties
Synchronization
The underlying synchronization
IModelSynchronization Synchronization { get; }
Property Value
SynchronizedModels
Gets a collection of synchronized models
IEnumerable<IModelElement> SynchronizedModels { get; }
Property Value
SynchronizedUris
Gets a collection of synchronized URIs
IEnumerable<Uri> SynchronizedUris { get; }