C# Class GSF.Diagnostics.Logger.StackDisposal

A class that will undo a temporary change in the stack variables. Note, this class will be reused. Therefore setting some kind of disposed flag will cause make this class unusable. The side effect of multiple calls to Dispose is tolerable.
Inheritance: IDisposable
Mostrar archivo Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Private Methods

Method Description
StackDisposal ( int depth, Action callback ) : System

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void