NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowsImpersonationContext.Undo

Reverts the user context to the the Windows user represented by this object.

[Visual Basic]
Public Sub Undo()
[C#]
public void Undo();
[C++]
public: void Undo();
[JScript]
public function Undo();

See Also

WindowsImpersonationContext Class | WindowsImpersonationContext Members | System.Security.Principal Namespace