GSF.ServiceProcess.ServiceHelper.UnscheduleProcess C# (CSharp) 메소드

UnscheduleProcess() 공개 메소드

Unschedules an existing ServiceProcess scheduled for automatic execution.
public UnscheduleProcess ( string processName ) : bool
processName string Name of the to be unscheduled.
리턴 bool
        public bool UnscheduleProcess(string processName)
        {
            return m_processScheduler.RemoveSchedule(processName.Trim());
        }

Same methods

ServiceHelper::UnscheduleProcess ( GSF.ServiceProcess.ClientRequestInfo requestInfo ) : void
ServiceHelper