static leeres Haupt (Schnur [] args)
{
Timer tpsTimer = neuer Timer (CheckForPastDue, Null, 1200, 30000);
während (zutreffend);
}
allgemeines statisches leeres CheckForPastDue (Gegenstand stateInfo)
{
Versuch
{
Console.WriteLine (DateTime.Now.ToLongTimeString ());
//-Überprüfung auf die Titel überfällig
Schnur commandText = @ " AUSERWÄHLTES nl.ID, nl.BookStem, NL. Zu, n.LastName, n.FirstName von den narratorlinks NL
Erzähler n AUF VERBINDEN nl.NarratorStem = n.NarratorStem
WO `zum `- ABSTAND ein 3 Tag<= JETZT () UND nl.AudioReceive IST UNGÜLTIG; „;
Gegenstandresultat = DBOperations.Execute (falsch, CommandType.Text, Null, commandText, Null);
…
|