Send() public method

public Send ( IConfiguration configuration ) : void
configuration IConfiguration
return void
 private void Send(ResultBase result)
 {
     EnsureAtMostOneResultSent();
     result.Send(Configuration);
 }
 private void Send(ResultBase result)
 {
     EnsureAtMostOneResultSent();
     result.Send(Configuration);
 }