Skip to content

Method Dispose

Namespace: Belay.Core
Assembly: Belay.Core.dll

Dispose()

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

csharp
public void Dispose()

Remarks

This method uses a timeout to prevent hanging during disposal if the device is unresponsive. Any pending operations will be cancelled and the raw REPL state will be reset safely.

Released under the Apache License 2.0.