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) |
在目前接收堆疊中的接收上,要求方法呼叫的非同步 (Asynchronous) 處理。 |
DispatchException(Exception) |
分派回覆接收上的指定例外狀況。 |
DispatchReplyMessage(IMessage) |
分派回覆接收上的指定回覆訊息。 |