IClientResponseChannelSinkStack 인터페이스

정의

비동기 메시지 응답 디코딩 중에 호출해야 하는 클라이언트 응답 채널 싱크 스택에 대한 스택 기능을 제공합니다.

public interface class IClientResponseChannelSinkStack
public interface IClientResponseChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
public interface IClientResponseChannelSinkStack
type IClientResponseChannelSinkStack = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IClientResponseChannelSinkStack = interface
Public Interface IClientResponseChannelSinkStack
파생
특성

메서드

Name Description
AsyncProcessResponse(ITransportHeaders, Stream)

현재 싱크 스택의 싱크에서 메서드 호출의 비동기 처리를 요청합니다.

DispatchException(Exception)

회신 싱크에서 지정된 예외를 디스패치합니다.

DispatchReplyMessage(IMessage)

회신 싱크에서 지정된 회신 메시지를 디스패치합니다.

적용 대상