Ejemplo n.º 1
0
 public void SendStandaloneNotificationEC(string systemUserName, string systemPassword, EC_Endpoint_Client.NotificationAgency.StandaloneNotificationBEList standaloneNotifications)
 {
     EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequest inValue = new EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequest();
     inValue.Body = new EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequestBody();
     inValue.Body.systemUserName          = systemUserName;
     inValue.Body.systemPassword          = systemPassword;
     inValue.Body.standaloneNotifications = standaloneNotifications;
     EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECResponse retVal = ((EC_Endpoint_Client.NotificationAgency.INotificationAgencyExternalEC)(this)).SendStandaloneNotificationEC(inValue);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECResponse> SendStandaloneNotificationECAsync(string systemUserName, string systemPassword, EC_Endpoint_Client.NotificationAgency.StandaloneNotificationBEList standaloneNotifications)
 {
     EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequest inValue = new EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequest();
     inValue.Body = new EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequestBody();
     inValue.Body.systemUserName          = systemUserName;
     inValue.Body.systemPassword          = systemPassword;
     inValue.Body.standaloneNotifications = standaloneNotifications;
     return(((EC_Endpoint_Client.NotificationAgency.INotificationAgencyExternalEC)(this)).SendStandaloneNotificationECAsync(inValue));
 }
Ejemplo n.º 3
0
 public SendStandaloneNotificationECRequestBody(string systemUserName, string systemPassword, EC_Endpoint_Client.NotificationAgency.StandaloneNotificationBEList standaloneNotifications)
 {
     this.systemUserName          = systemUserName;
     this.systemPassword          = systemPassword;
     this.standaloneNotifications = standaloneNotifications;
 }