ScheduleItem.ScheculeItem C# (CSharp) Method

ScheculeItem() protected method

protected ScheculeItem ( string eventName, int scheduledStep )
eventName string
scheduledStep int
    protected ScheculeItem(string eventName, int scheduledStep)
    {
        EventName = eventName;
        ScheduledStep = scheduledStep;
    }
    public abstract void Activate();