C# Class HttpRequest.IAsyncResultExtensions

IAsyncResultExtensions
Afficher le fichier Open project: vla/FastHttpRequest

Méthodes publiques

Méthode Description
FromAsync ( this asyncResult, bool>.Action endMethod, System.TimeSpan timeout ) : void

异步编程带超时

Method Details

FromAsync() public static méthode

异步编程带超时
public static FromAsync ( this asyncResult, bool>.Action endMethod, System.TimeSpan timeout ) : void
asyncResult this IAsyncResult
endMethod bool>.Action 回调函数
timeout System.TimeSpan 超时
Résultat void