IAsyncInboundHandler Interface

Definition

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

Methods

BeginTryReceive(TimeSpan, AsyncCallback, Object)
BeginWaitForMessage(TimeSpan, AsyncCallback, Object)
EndTryReceive(IAsyncResult, Message, IInboundReply)
EndWaitForMessage(IAsyncResult)
StartListener(String[], TimeSpan) (Inherited from IInboundHandler)
StopListener(TimeSpan) (Inherited from IInboundHandler)
TryReceive(TimeSpan, Message, IInboundReply) (Inherited from IInboundHandler)
WaitForMessage(TimeSpan) (Inherited from IInboundHandler)

Applies to