Beispiel #1
0
 /// <remarks/>
 public void RegisterLoosePaperDistributionAsync(string OrganizationID, LoosePaperTruckLoadU9Type TruckLoad, string DistributionMemo, LoosePaperContainerShareU9Type[] Distribution, System.Xml.XmlAttribute[] AnyAttr, object userState)
 {
     if ((this.RegisterLoosePaperDistributionOperationCompleted == null))
     {
         this.RegisterLoosePaperDistributionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegisterLoosePaperDistributionOperationCompleted);
     }
     this.InvokeAsync("RegisterLoosePaperDistribution", new object[] {
         OrganizationID,
         TruckLoad,
         DistributionMemo,
         Distribution,
         AnyAttr
     }, this.RegisterLoosePaperDistributionOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void RegisterLoosePaperDistributionAsync(string OrganizationID, LoosePaperTruckLoadU9Type TruckLoad, string DistributionMemo, LoosePaperContainerShareU9Type[] Distribution, System.Xml.XmlAttribute[] AnyAttr)
 {
     this.RegisterLoosePaperDistributionAsync(OrganizationID, TruckLoad, DistributionMemo, Distribution, AnyAttr, null);
 }
Beispiel #3
0
        public ReplyMessageType RegisterLoosePaperDistribution(string OrganizationID, [System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.leemanpaper.com/schema/wastePaperManagement/looseWastePaper/LoosePaper" +
                                                                                                                                                "TruckLoad/v002")] LoosePaperTruckLoadU9Type TruckLoad, string DistributionMemo, [System.Xml.Serialization.XmlArrayItemAttribute("ContainerShare", Namespace = "http://www.leemanpaper.com/schema/wastePaperManagement/looseWastePaper/LoosePaper" +
                                                                                                                                                                                                                                                                                                               "TruckLoad/v002", IsNullable = false)] LoosePaperContainerShareU9Type[] Distribution, [System.Xml.Serialization.XmlAnyAttributeAttribute()] System.Xml.XmlAttribute[] AnyAttr)
        {
            object[] results = this.Invoke("RegisterLoosePaperDistribution", new object[] {
                OrganizationID,
                TruckLoad,
                DistributionMemo,
                Distribution,
                AnyAttr
            });

            return((ReplyMessageType)(results[0]));
        }