IClientResponseChannelSinkStack 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为异步消息响应解码过程中必须调用的客户端响应信道接收器堆栈提供堆栈功能。
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
- 派生
- 属性
方法
AsyncProcessResponse(ITransportHeaders, Stream) |
请求对当前接收器堆栈中接收器的方法调用进行异步处理。 |
DispatchException(Exception) |
调度答复接收器上的指定异常。 |
DispatchReplyMessage(IMessage) |
调度答复接收器上的指定答复消息。 |