/source/app/NOS.Registration/ISynchronizer.cs
http://github.com/agross/netopenspace · C# · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 8ac8f3500a19f1a60af3e5f7dd9adcda MD5 · raw file
- using System;
-
- namespace NOS.Registration
- {
- public interface ISynchronizer
- {
- void Lock(Action synchronizedAction);
- }
- }