C# 클래스 Malevich.Util.TaskScheduler

Add, update or delete a repeated task with Windows Task Scheduler.
파일 보기 프로젝트 열기: daptiv/Malevich 1 사용 예제들

공개 메소드들

메소드 설명
SetTask ( string userName, string password ) : bool

Add, update or delete a repeated task.

메소드 상세

SetTask() 공개 메소드

Add, update or delete a repeated task.
public SetTask ( string userName, string password ) : bool
userName string User to run as. If null, current user.
password string Password of this user. If null, ask.
리턴 bool