public gepirPartyGWO GetOwnerOfGLN([System.Xml.Serialization.XmlElementAttribute("GetOwnerOfGLN", Namespace = "http://www.gepir.org/")] GetOwnerOfGLNGWO getOwnerOfGLN1) { object[] results = this.Invoke("GetOwnerOfGLN", new object[] { getOwnerOfGLN1 }); return((gepirPartyGWO)(results[0])); }
/// <remarks/> public void GetOwnerOfGLNAsync(GetOwnerOfGLNGWO getOwnerOfGLN1, object userState) { if ((this.GetOwnerOfGLNOperationCompleted == null)) { this.GetOwnerOfGLNOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOwnerOfGLNOperationCompleted); } this.InvokeAsync("GetOwnerOfGLN", new object[] { getOwnerOfGLN1 }, this.GetOwnerOfGLNOperationCompleted, userState); }
/// <remarks/> public void GetOwnerOfGLNAsync(GetOwnerOfGLNGWO getOwnerOfGLN1, object userState) { if ((this.GetOwnerOfGLNOperationCompleted == null)) { this.GetOwnerOfGLNOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOwnerOfGLNOperationCompleted); } this.InvokeAsync("GetOwnerOfGLN", new object[] { getOwnerOfGLN1}, this.GetOwnerOfGLNOperationCompleted, userState); }
/// <remarks/> public void GetOwnerOfGLNAsync(GetOwnerOfGLNGWO getOwnerOfGLN1) { this.GetOwnerOfGLNAsync(getOwnerOfGLN1, null); }