Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
HealthMonitoring
TimeManagement
TimeCoordinator
C# 클래스 HealthMonitoring.TimeManagement.TimeCoordinator
상속:
ITimeCoordinator
파일 보기
프로젝트 열기: wongatech/HealthMonitoring
1 사용 예제들
공개 메소드들
메소드
설명
CreateStopWatch
( ) :
IStopwatch
Delay
(
System.TimeSpan
interval
,
CancellationToken
cancellationToken
) :
Task
메소드 상세
CreateStopWatch()
공개
메소드
public
CreateStopWatch
( ) :
IStopwatch
리턴
IStopwatch
Delay()
공개
메소드
public
Delay
(
System.TimeSpan
interval
,
CancellationToken
cancellationToken
) :
Task
interval
System.TimeSpan
cancellationToken
System.Threading.CancellationToken
리턴
Task