AsyncDolls.Testing.MessageUnit.Send C# (CSharp) Method

Send() public method

public Send ( object message, AsyncDolls.SendOptions options = null ) : System.Threading.Tasks.Task
message object
options AsyncDolls.SendOptions
return System.Threading.Tasks.Task
        public Task Send(object message, SendOptions options = null)
        {
            return unit.Send(message, options);
        }