Table of Contents

Method RegisterQuery

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

RegisterQuery(AnsiStartupQuery, TimeSpan)

Registers a startup query that must complete before readiness.

public IDisposable RegisterQuery(AnsiStartupQuery query, TimeSpan timeout)

Parameters

query AnsiStartupQuery

Stable startup query identifier used for diagnostics and completion.

timeout TimeSpan

Maximum time to wait before marking the query as timed out.

Returns

IDisposable

An IDisposable that marks the query complete when disposed.