Table of Contents

Method Dispose

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Dispose()

Releases all resource used by the SessionToken object.

public void Dispose()

Remarks

Call Dispose() when you are finished using the SessionToken.

Dispose(bool)

Releases all resource used by the SessionToken object.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

If set to true we are disposing and should dispose held objects.