CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of schedule
new ThreadGuest() {
    
    @Override
    public Object run(Handler arg0, long arg1) {
        LogByApp.w("//### 0 ThreadGuest.run()");
        return null;
    }
}
.addChain(0, new ThreadGuest(ThreadGuest.PRIORITY_BELOW_NORMAL) {
    
by arngard   December 07, 2011 @ 4:59am
53 Views
1 comments
 
new ThreadGuest() {
    
    @Override
    public Object run(Handler arg0, long arg1) {
        LogByApp.w("//### 0 ThreadGuest.run()");
        return null;
    }
}
.addChain(0, new ThreadSlave() {
    
by arngard   November 17, 2011 @ 8:18pm
42 Views
no comments
 
'***********************************************************************************************************************--
'***********************************************************************************************************************--
'This is a Visual Basic Script that hits a WebURL
'The WebURL hit is the one provided as the parameter (in this case through the windows task scheduler)
'Instructions: Set this .vbs as the action for a schedule task and in the parameters section pass in the WebUrl u wish to hit
'***********************************************************************************************************************--
'***********************************************************************************************************************--
 
'Create variable to hold passing in arguments
args = WScript.Arguments.Count
by Egli   October 30, 2011 @ 6:01pm
66 Views
no comments
 
C#
using System;
using Castle.Components.Scheduler;
using Dexter.Core.UI.Framework.Extensibility;
using Dexter.Shared.Framework;
 
namespace Dexter.Core.NHibernate.Extensibility
{
    public class SchedulerExtension : IExtensionPoint
    {
        public void OnApplicationStartup()
by andreabalducci   January 11, 2010 @ 3:23pm
248 Views
no comments
 
C#
#region Namespace
using System;
using System.IO;
using System.Xml;
using System.Linq;
using System.Data;
using System.Text;
using System.Timers;
using System.Threading;
using System.Configuration;
by Maximus Decimus Meridius    August 04, 2009 @ 9:47pm
Tags: Scheduler
152 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate