public customer findPartyById([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] partySearchParameters PartySearchParameters) { object[] results = this.Invoke("findPartyById", new object[] { PartySearchParameters }); return((customer)(results[0])); }
/// <remarks/> public void findPartyByIdAsync(partySearchParameters PartySearchParameters, object userState) { if ((this.findPartyByIdOperationCompleted == null)) { this.findPartyByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindPartyByIdOperationCompleted); } this.InvokeAsync("findPartyById", new object[] { PartySearchParameters }, this.findPartyByIdOperationCompleted, userState); }
/// <remarks/> public void findPartyByIdAsync(partySearchParameters PartySearchParameters) { this.findPartyByIdAsync(PartySearchParameters, null); }