HttpWorkerRequest.EndFlush(IAsyncResult) 메서드

정의

보류 중인 비동기 플러시 작업이 완료되기를 기다립니다.

public:
 virtual void EndFlush(IAsyncResult ^ asyncResult);
public virtual void EndFlush (IAsyncResult asyncResult);
abstract member EndFlush : IAsyncResult -> unit
override this.EndFlush : IAsyncResult -> unit
Public Overridable Sub EndFlush (asyncResult As IAsyncResult)

매개 변수

asyncResult
IAsyncResult

보류 중인 비동기 요청에 대한 참조입니다.

적용 대상