Ejemplo n.º 1
0
 public System.Threading.Tasks.Task TargetMsgAsync(string[] addressList, CallOut_Gateway.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     return(base.Channel.TargetMsgAsync(addressList, codingIncidentMsg));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task MsgDisplayedResponseAsync(string console, CallOut_Gateway.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     return(base.Channel.MsgDisplayedResponseAsync(console, codingIncidentMsg));
 }
Ejemplo n.º 3
0
 public void TargetMsg(string[] addressList, CallOut_Gateway.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     base.Channel.TargetMsg(addressList, codingIncidentMsg);
 }
Ejemplo n.º 4
0
 public void MsgDisplayedResponse(string console, CallOut_Gateway.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     base.Channel.MsgDisplayedResponse(console, codingIncidentMsg);
 }