2.7.2 EndImpersonation

msdn link

The EndImpersonation abstract interface causes the underlying security infrastructure for a server role to revert to using the primary access token (see [MSDN-ACCTOKENS]) for access checks on secured objects.

 void EndImpersonation( 
    void 
 );

This method has no return values.