public System.Threading.Tasks.Task SendCADIncidentMsgAsync(CallOut_CAD.ServiceReference1.DispatchedIncident CADincidentmsg)
 {
     return(base.Channel.SendCADIncidentMsgAsync(CADincidentmsg));
 }
 public System.Threading.Tasks.Task IncidentDispatchedAsync(CallOut_CAD.ServiceReference1.DispatchedIncident incident)
 {
     return(base.Channel.IncidentDispatchedAsync(incident));
 }
 public void SendCADIncidentMsg(CallOut_CAD.ServiceReference1.DispatchedIncident CADincidentmsg)
 {
     base.Channel.SendCADIncidentMsg(CADincidentmsg);
 }
 public void IncidentDispatched(CallOut_CAD.ServiceReference1.DispatchedIncident incident)
 {
     base.Channel.IncidentDispatched(incident);
 }