Added ability to wait for a task cycle when signalling. #8
Annotations
10 warnings
build:
src/DotJEM.Web.Scheduler/ScheduledTask.cs#L154
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/DotJEM.Web.Scheduler/Abstractions/IThreadPool.cs#L6
Missing XML comment for publicly visible type or member 'IThreadPool'
|
build:
src/DotJEM.Web.Scheduler/Abstractions/IThreadPool.cs#L8
Missing XML comment for publicly visible type or member 'IThreadPool.RegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, TimeSpan, bool)'
|
build:
src/DotJEM.Web.Scheduler/Disposable.cs#L5
Missing XML comment for publicly visible type or member 'Disposable'
|
build:
src/DotJEM.Web.Scheduler/Disposable.cs#L7
Missing XML comment for publicly visible type or member 'Disposable.Disposed'
|
build:
src/DotJEM.Web.Scheduler/Disposable.cs#L9
Missing XML comment for publicly visible type or member 'Disposable.Dispose(bool)'
|
build:
src/DotJEM.Web.Scheduler/Disposable.cs#L14
Missing XML comment for publicly visible type or member 'Disposable.~Disposable()'
|
build:
src/DotJEM.Web.Scheduler/Disposable.cs#L19
Missing XML comment for publicly visible type or member 'Disposable.Dispose()'
|
build:
src/DotJEM.Web.Scheduler/IWebTaskScheduler.cs#L3
Missing XML comment for publicly visible type or member 'IWebTaskScheduler'
|
build:
src/DotJEM.Web.Scheduler/IWebTaskScheduler.cs#L5
Missing XML comment for publicly visible type or member 'IWebTaskScheduler.Schedule(IScheduledTask)'
|