C# 클래스 HttpRequest.IAsyncResultExtensions

IAsyncResultExtensions
파일 보기 프로젝트 열기: vla/FastHttpRequest

공개 메소드들

메소드 설명
FromAsync ( this asyncResult, bool>.Action endMethod, System.TimeSpan timeout ) : void

异步编程带超时

메소드 상세

FromAsync() 공개 정적인 메소드

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