AL.Sharepoint.Core.Utils.SecurityContext.ReturnToCurrentUser C# (CSharp) Method

ReturnToCurrentUser() private method

private ReturnToCurrentUser ( ) : void
return void
        private void ReturnToCurrentUser()
        {
            try
            {
                if (_ctx != null)
                {
                    _ctx.Undo();
                }
            }
            catch { }
        }