Taijutsu.Data.Internal.InternalEnvironment.UnregisterOperationScope C# (CSharp) Method

UnregisterOperationScope() private method

private UnregisterOperationScope ( ) : void
return void
        internal static void UnregisterOperationScope()
        {
            LogicContext.ReleaseData(DataContextSupervisorKey);
            LogicContext.ReleaseData(OperationScopeKey);
        }
    }