ConnectionContextHelper.Dispose Method (Boolean)
Restores the thread to the original user identity.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected virtual void Dispose(
bool disposing
)
Parameters
disposing
Type: System.Booleantrue if the resources should be disposed; otherwise false.
See Also
Reference
ConnectionContextHelper Members
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace