IServiceOriented.ServiceBus.Services.TimerEvent.TimerEvent C# (CSharp) Method

TimerEvent() public method

public TimerEvent ( System.Action action, System.TimeSpan interval ) : System
action System.Action
interval System.TimeSpan
return System
        public TimerEvent(Action action, TimeSpan interval)
            : this(action, interval, null)
        {
        }

Same methods

TimerEvent::TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate ) : System
TimerEvent::TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System
TimerEvent::TimerEvent ( System.Action action, System.TimeSpan interval, object state ) : System
TimerEvent::TimerEvent ( System.Guid eventId, System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System