Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NSubstitute
Acceptance
Specs
Infrastructure
Task
C# 클래스 NSubstitute.Acceptance.Specs.Infrastructure.Task
파일 보기
프로젝트 열기: nsubstitute/NSubstitute
공개 메소드들
메소드
설명
AwaitAll
(
Task
tasks
) :
void
StartAll
(
Task
tasks
) :
void
Task
(
System.Action
action
) :
System
비공개 메소드들
메소드
설명
ThrowIfError
( ) :
void
메소드 상세
AwaitAll()
공개
정적인
메소드
public
static
AwaitAll
(
Task
tasks
) :
void
tasks
Task
리턴
void
StartAll()
공개
정적인
메소드
public
static
StartAll
(
Task
tasks
) :
void
tasks
Task
리턴
void
Task()
공개
메소드
public
Task
(
System.Action
action
) :
System
action
System.Action
리턴
System