예제 #1
0
        public GoodsMvtCreate_res GoodsMvtCreate_OUT([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://phicomm.com/WMS/PI018/GoodsMvtCreate")] GoodsMvtCreate_req GoodsMvtCreate_req)
        {
            object[] results = this.Invoke("GoodsMvtCreate_OUT", new object[] {
                GoodsMvtCreate_req
            });

            return((GoodsMvtCreate_res)(results[0]));
        }
예제 #2
0
 /// <remarks/>
 public void GoodsMvtCreate_OUTAsync(GoodsMvtCreate_req GoodsMvtCreate_req, object userState)
 {
     if ((this.GoodsMvtCreate_OUTOperationCompleted == null))
     {
         this.GoodsMvtCreate_OUTOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGoodsMvtCreate_OUTOperationCompleted);
     }
     this.InvokeAsync("GoodsMvtCreate_OUT", new object[] {
         GoodsMvtCreate_req
     }, this.GoodsMvtCreate_OUTOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void GoodsMvtCreate_OUTAsync(GoodsMvtCreate_req GoodsMvtCreate_req)
 {
     this.GoodsMvtCreate_OUTAsync(GoodsMvtCreate_req, null);
 }