HttpResponseBase.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

비동기 결과 개체입니다.

적용 대상