Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
IServiceOriented
ServiceBus
Services
TimerRuntimeService
C# 클래스 IServiceOriented.ServiceBus.Services.TimerRuntimeService
상속:
RuntimeService
파일 보기
프로젝트 열기: jezell/iserviceoriented
1 사용 예제들
공개 메소드들
메소드
설명
AddEvent
(
TimerEvent
evt
) :
void
ListRegisteredEvents
( ) :
IEnumerable
RemoveEvent
(
TimerEvent
evt
) :
void
보호된 메소드들
메소드
설명
Dispose
(
bool
disposing
) :
void
OnStart
( ) :
void
OnStop
( ) :
void
메소드 상세
AddEvent()
공개
메소드
public
AddEvent
(
TimerEvent
evt
) :
void
evt
TimerEvent
리턴
void
Dispose()
보호된
메소드
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
리턴
void
ListRegisteredEvents()
공개
메소드
public
ListRegisteredEvents
( ) :
IEnumerable
리턴
IEnumerable
OnStart()
보호된
메소드
protected
OnStart
( ) :
void
리턴
void
OnStop()
보호된
메소드
protected
OnStop
( ) :
void
리턴
void
RemoveEvent()
공개
메소드
public
RemoveEvent
(
TimerEvent
evt
) :
void
evt
TimerEvent
리턴
void