Exemple #1
0
 public static void AddPropertiesToWrite(this MessageProperties messageProperties, IEnumerable <PropertyValuePair> propertiesToWrite)
 {
     messageProperties.AddPropertiesToPropagate(PROPERTIES_TO_WRITE_KEY, propertiesToWrite);
 }