예제 #1
0
파일: WS_EC.cs 프로젝트: cmxcol/sinco_q
        public DT_CustomerStatementResp requestCustomerStatement([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://cemex.com/SINCO/ECCMEX/CustomerStatement")] DT_CustomerStatementReq MT_CustomerStatementReq)
        {
            object[] results = this.Invoke("requestCustomerStatement", new object[] {
                MT_CustomerStatementReq
            });

            return((DT_CustomerStatementResp)(results[0]));
        }
예제 #2
0
파일: WS_EC.cs 프로젝트: cmxcol/sinco_q
 /// <remarks/>
 public void requestCustomerStatementAsync(DT_CustomerStatementReq MT_CustomerStatementReq, object userState)
 {
     if ((this.requestCustomerStatementOperationCompleted == null))
     {
         this.requestCustomerStatementOperationCompleted = new System.Threading.SendOrPostCallback(this.OnrequestCustomerStatementOperationCompleted);
     }
     this.InvokeAsync("requestCustomerStatement", new object[] {
         MT_CustomerStatementReq
     }, this.requestCustomerStatementOperationCompleted, userState);
 }
예제 #3
0
파일: WS_EC.cs 프로젝트: cmxcol/sinco_q
 /// <remarks/>
 public void requestCustomerStatementAsync(DT_CustomerStatementReq MT_CustomerStatementReq)
 {
     this.requestCustomerStatementAsync(MT_CustomerStatementReq, null);
 }
예제 #4
0
파일: WS_EC.cs 프로젝트: cmxcol/sinco_q
 /// <remarks/>
 public System.IAsyncResult BeginrequestCustomerStatement(DT_CustomerStatementReq MT_CustomerStatementReq, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("requestCustomerStatement", new object[] {
         MT_CustomerStatementReq
     }, callback, asyncState));
 }