/// <summary>定时任务/一次性</summary> public static long AddOnceSchedule <TH>(this IAgent agent, long dateTimeTick, Param param = null, long unscheduleId = 0) where TH : ITimerHandler { return(agent.AddOnceSchedule <TH>(new DateTime(dateTimeTick), param, unscheduleId)); }