C# 클래스 MassTransit.Cluster.TimerExtensions

파일 보기 프로젝트 열기: fivepmtechnology/MassTransit-Cluster

공개 메소드들

메소드 설명
Change ( this timer, System.TimeSpan interval ) : bool
Change ( this timer, System.TimeSpan dueTime, System.TimeSpan interval ) : bool
Stop ( this timer ) : bool

메소드 상세

Change() 공개 정적인 메소드

public static Change ( this timer, System.TimeSpan interval ) : bool
timer this
interval System.TimeSpan
리턴 bool

Change() 공개 정적인 메소드

public static Change ( this timer, System.TimeSpan dueTime, System.TimeSpan interval ) : bool
timer this
dueTime System.TimeSpan
interval System.TimeSpan
리턴 bool

Stop() 공개 정적인 메소드

public static Stop ( this timer ) : bool
timer this
리턴 bool