Example #1
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));
 }
Example #2
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);
 }
Example #3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECResponse> EC_Endpoint_Client.NotificationAgency.INotificationAgencyExternalEC.SendStandaloneNotificationECAsync(EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequest request)
 {
     return(base.Channel.SendStandaloneNotificationECAsync(request));
 }
Example #4
0
 EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECResponse EC_Endpoint_Client.NotificationAgency.INotificationAgencyExternalEC.SendStandaloneNotificationEC(EC_Endpoint_Client.NotificationAgency.SendStandaloneNotificationECRequest request)
 {
     return(base.Channel.SendStandaloneNotificationEC(request));
 }