Skip to content

LifecycleSubject.OnStart(CancellationToken)

OnStart(CancellationToken)

virtual
View source
public virtual 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.