Amss.Boilerplate.Common.Unity.UnitOfWorkLifetimeManager.Enable C# (CSharp) Method

Enable() static private method

static private Enable ( ) : void
return void
        internal static void Enable()
        {
            if (enabled)
            {
                throw new InvalidOperationException("Already enabled!");
            }

            enabled = true;
        }