Beispiel #1
0
 void ISoapTransactionLinkExecutor.ConsumeBulkOperationResponse(Service.BOR bulkOperationResponse)
 {
     if (bulkOperationResponse.I == TransactionLinkId)
     {
         ResponseParameter = bulkOperationResponse.R;
     }
     else
     {
         DebugLogger.Instance.LogMsg("The provided bulk operation response has an ID that does not match this transaction link.");
     }
 }
Beispiel #2
0
 void ISoapTransactionLinkExecutor.ConsumeBulkOperationResponse(Service.BOR bulkOperationResponse)
 {
     /// This will never be listed inside the bulk operations response list as it is always executed inline.
 }