IInboundHandler Interface

Definition

public interface class IInboundHandler : IDisposable, Microsoft::ServiceModel::Channels::Common::IConnectionHandler
public interface IInboundHandler : IDisposable, Microsoft.ServiceModel.Channels.Common.IConnectionHandler
type IInboundHandler = interface
    interface IConnectionHandler
    interface IDisposable
Public Interface IInboundHandler
Implements IConnectionHandler, IDisposable
Derived
Implements

Methods

StartListener(String[], TimeSpan)
StopListener(TimeSpan)
TryReceive(TimeSpan, Message, IInboundReply)
WaitForMessage(TimeSpan)

Applies to