System.ServiceModel.Channels.IAsyncOutputChannel
public interface IAsyncOutputChannel : IOutputChannel, IChannel, ICommunicationObject, IAsyncCommunicationObject
namespace System.ServiceModel.Channels
{
public interface IAsyncOutputChannel : IOutputChannel, IChannel, ICommunicationObject, IAsyncCommunicationObject
{
Task SendAsync(Message message);
Task SendAsync(Message message, TimeSpan timeout);
}
}