Table of Contents

Class SessionMessageHost.AlwaysStableTorch

Namespace
Hi.MachiningProcs
Assembly
HiMech.dll

A disposable class that manages the stable index state.

public class SessionMessageHost.AlwaysStableTorch : IDisposable
Inheritance
SessionMessageHost.AlwaysStableTorch
Implements
Inherited Members
Extension Methods

Constructors

AlwaysStableTorch(SessionMessageHost, bool)

Initializes a new instance of the SessionMessageHost.AlwaysStableTorch class.

public AlwaysStableTorch(SessionMessageHost host, bool isAlwaysStable)

Parameters

host SessionMessageHost

The message host.

isAlwaysStable bool

Whether the index should always be stable.

Methods

Dispose()

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

public void Dispose()

Dispose(bool)

Disposes of the resources used by the SessionMessageHost.AlwaysStableTorch.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

True to release both managed and unmanaged resources; false to release only unmanaged resources.