YetAnotherRelogger.Helpers.Tools.Impersonator.UndoImpersonation C# (CSharp) Method

UndoImpersonation() private method

Stops impersonation.
private UndoImpersonation ( ) : void
return void
        private void UndoImpersonation()
        {
            // restore saved requestor identity
               if (_wic != null)
            _wic.Undo();
               _wic = null;
        }