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