MS Push JJ
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
Imports System.Text
|
||||
Imports System.Security.Principal
|
||||
Imports System.Text
|
||||
Imports Microsoft.VisualStudio.TestTools.UnitTesting
|
||||
Imports Quartz
|
||||
|
||||
<TestClass()> Public Class UnitTest1
|
||||
|
||||
<TestMethod()> Public Sub TestMethod1()
|
||||
Dim oCronTrigger As ITrigger
|
||||
Dim oInitTrigger As ITrigger
|
||||
oCronTrigger = TriggerBuilder.Create().
|
||||
WithIdentity("Identity1").
|
||||
WithCronSchedule("0 0 0/1 * * ?").
|
||||
Build()
|
||||
End Sub
|
||||
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user