Bottles.Services.Remote.AppDomainFileChangeWatcher.AppDomainFileChangeWatcher C# (CSharp) Method

AppDomainFileChangeWatcher() public method

public AppDomainFileChangeWatcher ( System.Action callback ) : System
callback System.Action
return System
        public AppDomainFileChangeWatcher(Action callback)
        {
            _callback = callback;
        }