ImpersonationHelper.Dispose Method

Implementation of the IDisposable interface.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As ImpersonationHelper

instance.Dispose()
public void Dispose()

Implements

IDisposable.Dispose()

Remarks

This method calls Undo if impersonation is still being performed. This method calls the common language runtime version of the Dispose method.

See Also

Reference

ImpersonationHelper Class

ImpersonationHelper Members

Dispose Overload

Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security Namespace