OnStart(CancellationToken)
override
public override Task OnStart(CancellationToken cancellationToken = default(CancellationToken)) Handle start notifications.
Parameters
cancellationTokenCancellationToken- The cancellation token which indicates that the operation should be aborted promptly when it is canceled.
Returns
A
System.Threading.Tasks.Task which represents the operation. 