コード例 #1
0
 public System.Threading.Tasks.Task SendCADIncidentMsgAsync(CallOut_Gateway.ServiceReference2.DispatchedIncident CADincidentmsg)
 {
     return(base.Channel.SendCADIncidentMsgAsync(CADincidentmsg));
 }
コード例 #2
0
 public System.Threading.Tasks.Task IncidentDispatchedAsync(CallOut_Gateway.ServiceReference2.DispatchedIncident incident)
 {
     return(base.Channel.IncidentDispatchedAsync(incident));
 }
コード例 #3
0
 public void SendCADIncidentMsg(CallOut_Gateway.ServiceReference2.DispatchedIncident CADincidentmsg)
 {
     base.Channel.SendCADIncidentMsg(CADincidentmsg);
 }
コード例 #4
0
 public void IncidentDispatched(CallOut_Gateway.ServiceReference2.DispatchedIncident incident)
 {
     base.Channel.IncidentDispatched(incident);
 }