AsyncDolls.Pipeline.Outgoing.MessageSender.SendAsync C# (CSharp) Method

SendAsync() public method

public SendAsync ( TransportMessage message, SendOptions options ) : System.Threading.Tasks.Task
message TransportMessage
options SendOptions
return System.Threading.Tasks.Task
        public Task SendAsync(TransportMessage message, SendOptions options)
        {
            return Task.CompletedTask;
        }