Example #1
0
 public System.Threading.Tasks.Task AckCADIncidentMsgAsync(CallOut_Gateway.ServiceReference2.CADIncidentAck CADincidentack)
 {
     return(base.Channel.AckCADIncidentMsgAsync(CADincidentack));
 }
Example #2
0
 public System.Threading.Tasks.Task IncidentCodingStatusResponseAsync(CallOut_Gateway.ServiceReference2.CADIncidentAck codingstatusresponse)
 {
     return(base.Channel.IncidentCodingStatusResponseAsync(codingstatusresponse));
 }
Example #3
0
 public void AckCADIncidentMsg(CallOut_Gateway.ServiceReference2.CADIncidentAck CADincidentack)
 {
     base.Channel.AckCADIncidentMsg(CADincidentack);
 }
Example #4
0
 public void IncidentCodingStatusResponse(CallOut_Gateway.ServiceReference2.CADIncidentAck codingstatusresponse)
 {
     base.Channel.IncidentCodingStatusResponse(codingstatusresponse);
 }