다음을 통해 공유


IClientResponseChannelSinkStack.AsyncProcessResponse 메서드

정의

현재 싱크 스택의 싱크에서 메서드 호출을 비동기식으로 처리하도록 요청합니다.

public:
 void AsyncProcessResponse(System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessResponse (System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
[System.Security.SecurityCritical]
public void AsyncProcessResponse (System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessResponse : System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
[<System.Security.SecurityCritical>]
abstract member AsyncProcessResponse : System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessResponse (headers As ITransportHeaders, stream As Stream)

매개 변수

headers
ITransportHeaders

서버 응답 스트림에서 가져온 헤더입니다.

stream
Stream

전송 싱크에서 되돌아오는 스트림입니다.

특성

예외

현재 싱크 스택이 비어 있는 경우

직접 실행 호출자에 인프라 권한이 없는 경우

설명

AsyncProcessResponse 메서드는 현재 싱크 스택의 최상위 싱크에 대 한 비동기 처리를 초기화 합니다. 자세한 내용은 IClientChannelSink.AsyncProcessResponse을 참조하십시오.

적용 대상