C# 클래스 AsyncTools, CShape6_Unity3D

파일 보기 프로젝트 열기: iamchenxin/CShape6_Unity3D 1 사용 예제들

공개 메소드들

메소드 설명
DownloadAsBytesAsync ( string address ) : Task
DownloadAsStringAsync ( string address ) : Task
GetAwaiter ( this seconds ) : TaskAwaiter
GetAwaiter ( this tasks ) : TaskAwaiter
GetAwaiter ( this process ) : TaskAwaiter

메소드 상세

DownloadAsBytesAsync() 공개 정적인 메소드

public static DownloadAsBytesAsync ( string address ) : Task
address string
리턴 Task

DownloadAsStringAsync() 공개 정적인 메소드

public static DownloadAsStringAsync ( string address ) : Task
address string
리턴 Task

GetAwaiter() 공개 정적인 메소드

public static GetAwaiter ( this seconds ) : TaskAwaiter
seconds this
리턴 TaskAwaiter

GetAwaiter() 공개 정적인 메소드

public static GetAwaiter ( this tasks ) : TaskAwaiter
tasks this
리턴 TaskAwaiter

GetAwaiter() 공개 정적인 메소드

public static GetAwaiter ( this process ) : TaskAwaiter
process this
리턴 TaskAwaiter