/// <remarks/> public void AddCourseApplyAsync(CourseView model, UserApply user, object userState) { if ((this.AddCourseApplyOperationCompleted == null)) { this.AddCourseApplyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddCourseApplyOperationCompleted); } this.InvokeAsync("AddCourseApply", new object[] { model, user }, this.AddCourseApplyOperationCompleted, userState); }
/// <remarks/> public void AddCourseApplyAsync(CourseView model, UserApply user) { this.AddCourseApplyAsync(model, user, null); }
public void AddCourseApply([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] CourseView model, [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] UserApply user, out ReturnState AddCourseApplyResult, [System.Xml.Serialization.XmlIgnoreAttribute()] out bool AddCourseApplyResultSpecified) { object[] results = this.Invoke("AddCourseApply", new object[] { model, user }); AddCourseApplyResult = ((ReturnState)(results[0])); AddCourseApplyResultSpecified = ((bool)(results[1])); }