We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad0ef7 commit 4154b07Copy full SHA for 4154b07
docs-src/scheduling.md
@@ -29,11 +29,8 @@ It will call the Jobs.Schedule method with an initialized Quartz.NET scheduler o
29
```csharp
30
using System;
31
using Quartz;
32
-using InEngine.Core.Queue.Commands;
33
-using System.Collections.Generic;
34
-using System.Linq;
35
36
-namespace InEngine.Core.Queue
+namespace MyCommandPlugin
37
{
38
public class Jobs : IJobs
39
0 commit comments