waitForStart abstract method

Task waitForStart(
  1. CancellationToken cancellationToken
)

Called at the start of Host.start which will wait until it's complete before continuing. This can be used to delay startup until signaled by an external event.

Implementation

Task waitForStart(CancellationToken cancellationToken);