HttpWorkerRequest.EndOfSendNotification 대리자

정의

응답 보내기가 완료되는 경우 호출자에게 알리는 메서드를 나타냅니다.

public: delegate void HttpWorkerRequest::EndOfSendNotification(HttpWorkerRequest ^ wr, System::Object ^ extraData);
public delegate void HttpWorkerRequest.EndOfSendNotification(HttpWorkerRequest wr, object extraData);
type HttpWorkerRequest.EndOfSendNotification = delegate of HttpWorkerRequest * obj -> unit
Public Delegate Sub HttpWorkerRequest.EndOfSendNotification(wr As HttpWorkerRequest, extraData As Object)

매개 변수

wr
HttpWorkerRequest

현재 HttpWorkerRequest입니다.

extraData
Object

요청을 처리하는 데 필요한 추가 데이터입니다.

설명

호스트가이 알림을 사용 하 여 버퍼 재생을 구현할 수 있습니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보