Bottles.Services.Remote.AppDomainFileChangeWatcher.AppDomainFileChangeWatcher C# (CSharp) Метод

AppDomainFileChangeWatcher() публичный Метод

public AppDomainFileChangeWatcher ( System.Action callback ) : System
callback System.Action
Результат System
        public AppDomainFileChangeWatcher(Action callback)
        {
            _callback = callback;
        }