AsyncDolls.Pipeline.Outgoing.MessageSender.SendAsync C# (CSharp) 메소드

SendAsync() 공개 메소드

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