IClientResponseChannelSinkStack Interface

Definitie

Biedt de stackfunctionaliteit voor een stack met clientantwoordkanaalsinks die moeten worden aangeroepen tijdens een asynchrone berichtresponscodering.

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
Afgeleid
Kenmerken

Methoden

Name Description
AsyncProcessResponse(ITransportHeaders, Stream)

Vraagt asynchrone verwerking van een methodeaanroep op de sinks in de huidige sinkstack aan.

DispatchException(Exception)

Hiermee wordt de opgegeven uitzondering op de antwoordsink verzonden.

DispatchReplyMessage(IMessage)

Hiermee wordt het opgegeven antwoordbericht verzonden op de antwoordsink.

Van toepassing op