start abstract method

Task start(
  1. CancellationToken cancellationToken
)

Triggered when the application host is ready to start the service.

Implementation

Task start(CancellationToken cancellationToken);