C# Class AsyncTools, CShape6_Unity3D

Afficher le fichier Open project: iamchenxin/CShape6_Unity3D Class Usage Examples

Méthodes publiques

Méthode Description
DownloadAsBytesAsync ( string address ) : Task
DownloadAsStringAsync ( string address ) : Task
GetAwaiter ( this seconds ) : TaskAwaiter
GetAwaiter ( this tasks ) : TaskAwaiter
GetAwaiter ( this process ) : TaskAwaiter

Method Details

DownloadAsBytesAsync() public static méthode

public static DownloadAsBytesAsync ( string address ) : Task
address string
Résultat Task

DownloadAsStringAsync() public static méthode

public static DownloadAsStringAsync ( string address ) : Task
address string
Résultat Task

GetAwaiter() public static méthode

public static GetAwaiter ( this seconds ) : TaskAwaiter
seconds this
Résultat TaskAwaiter

GetAwaiter() public static méthode

public static GetAwaiter ( this tasks ) : TaskAwaiter
tasks this
Résultat TaskAwaiter

GetAwaiter() public static méthode

public static GetAwaiter ( this process ) : TaskAwaiter
process this
Résultat TaskAwaiter