Table of Contents

Interface IRDCoreServerProcess

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll

Decouples the startup sequence from an actual Process boundary.

public interface IRDCoreServerProcess : IDisposable
Inherited Members

Methods

Shutdown()

Stops awaiting LSP server process exit to restart it.

void Shutdown()

Remarks

This method should be invoked during the Shutdown LSP server lifecycle handler.

Start(CancellationTokenSource)

Finds and runs the language server executable with command-line arguments mapping the specified LanguageClientSettings.

void Start(CancellationTokenSource tokenSource)

Parameters

tokenSource CancellationTokenSource