Exemple #1
0
 public System.Threading.Tasks.Task InformAboutCanceledAlertAsync(AMS.Broker.Contracts.DTO.Alert alert)
 {
     return(base.Channel.InformAboutCanceledAlertAsync(alert));
 }
Exemple #2
0
 public void InformAboutAlertUpdate(AMS.Broker.Contracts.DTO.Alert alert)
 {
     base.Channel.InformAboutAlertUpdate(alert);
 }
Exemple #3
0
 public void InformAboutCanceledAlert(AMS.Broker.Contracts.DTO.Alert alert)
 {
     base.Channel.InformAboutCanceledAlert(alert);
 }
Exemple #4
0
 public void InformCapProfileUpdate(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     base.Channel.InformCapProfileUpdate(alertDto);
 }
Exemple #5
0
 public System.Threading.Tasks.Task InformCapProfileUpdateAsync(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     return(base.Channel.InformCapProfileUpdateAsync(alertDto));
 }
Exemple #6
0
 public void InformAboutRaisedAlertsAssigned(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     base.Channel.InformAboutRaisedAlertsAssigned(alertDto);
 }
Exemple #7
0
 public System.Threading.Tasks.Task InformAboutRaisedAlertsAssignedAsync(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     return(base.Channel.InformAboutRaisedAlertsAssignedAsync(alertDto));
 }
Exemple #8
0
 public void InformAboutCollabrateAlerts(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     base.Channel.InformAboutCollabrateAlerts(alertDto);
 }
Exemple #9
0
 public System.Threading.Tasks.Task InformAboutRaisedAlertsNewAsync(AMS.Broker.Contracts.DTO.Alert alertDto, string OldOwner)
 {
     return(base.Channel.InformAboutRaisedAlertsNewAsync(alertDto, OldOwner));
 }
Exemple #10
0
 public void InformAboutRaisedAlertsNew(AMS.Broker.Contracts.DTO.Alert alertDto, string OldOwner)
 {
     base.Channel.InformAboutRaisedAlertsNew(alertDto, OldOwner);
 }
Exemple #11
0
 public System.Threading.Tasks.Task <bool> SentAlertToStationAsync(string userSID, AMS.Broker.Contracts.DTO.Alert alert)
 {
     return(base.Channel.SentAlertToStationAsync(userSID, alert));
 }
Exemple #12
0
 public bool SentAlertToStation(string userSID, AMS.Broker.Contracts.DTO.Alert alert)
 {
     return(base.Channel.SentAlertToStation(userSID, alert));
 }