コード例 #1
0
 void Publish(IConfigureSendContext context, string address)
 {
     Sender.Send(
         context.
             SetFrom(Configuration.SenderConfiguration.FromQueue).
             SetTo(address).
             SetCorrelationId(SerialGuid.NewGuid()));
 }