次の方法で共有


IAsyncInboundHandler インターフェイス

定義

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
実装

メソッド

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

適用対象