public void RemoveComment([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] TeacherCommentView model, out ReturnState RemoveCommentResult, [System.Xml.Serialization.XmlIgnoreAttribute()] out bool RemoveCommentResultSpecified) { object[] results = this.Invoke("RemoveComment", new object[] { model }); RemoveCommentResult = ((ReturnState)(results[0])); RemoveCommentResultSpecified = ((bool)(results[1])); }
/// <remarks/> public void RemoveCommentAsync(TeacherCommentView model, object userState) { if ((this.RemoveCommentOperationCompleted == null)) { this.RemoveCommentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveCommentOperationCompleted); } this.InvokeAsync("RemoveComment", new object[] { model }, this.RemoveCommentOperationCompleted, userState); }
/// <remarks/> public void RemoveCommentAsync(TeacherCommentView model) { this.RemoveCommentAsync(model, null); }
/// <remarks/> public void AddCommentAsync(TeacherCommentView model) { this.AddCommentAsync(model, null); }