Method RegisterQuery
RegisterQuery(AnsiStartupQuery, TimeSpan)
Registers a startup query that must complete before readiness.
IDisposable RegisterQuery(AnsiStartupQuery query, TimeSpan timeout)
Parameters
queryAnsiStartupQueryStable startup query identifier used for diagnostics and completion.
timeoutTimeSpanMaximum time to wait before marking the query as timed out.
Returns
- IDisposable
An IDisposable that marks the query complete when disposed.