public int UpdateWaiveDetail(string AS_Connection, entAlertUtil AlertParameter)
 {
     object[] results = this.Invoke("UpdateWaiveDetail", new object[] {
         AS_Connection,
         AlertParameter
     });
     return((int)(results[0]));
 }
 public string GetClientAlertReason(string AS_Connection, entAlertUtil AlertParameter)
 {
     object[] results = this.Invoke("GetClientAlertReason", new object[] {
         AS_Connection,
         AlertParameter
     });
     return((string)(results[0]));
 }
 public string CheckCusAlertList(string AS_Connection, entAlertUtil AlertParameter)
 {
     object[] results = this.Invoke("CheckCusAlertList", new object[] {
         AS_Connection,
         AlertParameter
     });
     return((string)(results[0]));
 }
 /// <remarks/>
 public void GetClientAlertReasonAsync(string AS_Connection, entAlertUtil AlertParameter, object userState)
 {
     if ((this.GetClientAlertReasonOperationCompleted == null))
     {
         this.GetClientAlertReasonOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetClientAlertReasonOperationCompleted);
     }
     this.InvokeAsync("GetClientAlertReason", new object[] {
         AS_Connection,
         AlertParameter
     }, this.GetClientAlertReasonOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateWaiveDetailAsync(string AS_Connection, entAlertUtil AlertParameter, object userState)
 {
     if ((this.UpdateWaiveDetailOperationCompleted == null))
     {
         this.UpdateWaiveDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateWaiveDetailOperationCompleted);
     }
     this.InvokeAsync("UpdateWaiveDetail", new object[] {
         AS_Connection,
         AlertParameter
     }, this.UpdateWaiveDetailOperationCompleted, userState);
 }
 /// <remarks/>
 public void CheckCusAlertListAsync(string AS_Connection, entAlertUtil AlertParameter, object userState)
 {
     if ((this.CheckCusAlertListOperationCompleted == null))
     {
         this.CheckCusAlertListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCheckCusAlertListOperationCompleted);
     }
     this.InvokeAsync("CheckCusAlertList", new object[] {
         AS_Connection,
         AlertParameter
     }, this.CheckCusAlertListOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetClientAlertReasonAsync(string AS_Connection, entAlertUtil AlertParameter)
 {
     this.GetClientAlertReasonAsync(AS_Connection, AlertParameter, null);
 }
 /// <remarks/>
 public void UpdateWaiveDetailAsync(string AS_Connection, entAlertUtil AlertParameter)
 {
     this.UpdateWaiveDetailAsync(AS_Connection, AlertParameter, null);
 }
 /// <remarks/>
 public void CheckCusAlertListAsync(string AS_Connection, entAlertUtil AlertParameter)
 {
     this.CheckCusAlertListAsync(AS_Connection, AlertParameter, null);
 }