Exemple #1
0
 private void InitializeTestData()
 {
     sampleGetVouchersInformationResponse = new GetVouchersInformationResponse
     {
         voucherInformation = new VoucherInformation[]
         {
         }
     };
 }
        public static void Publish(GetVouchersInformationResponse response, string jobIdentifier, string routingKey)
        {
            Responses.Add(response);

            Task.WaitAll(ResponseExchange.PublishAsync(response, jobIdentifier, routingKey));
        }