/// <remarks/> public void GetContentXmlAsync(ArticleIdentifier ai) { this.GetContentXmlAsync(ai, null); }
/// <remarks/> public void GetContentXmlAsync(ArticleIdentifier ai, object userState) { if ((this.GetContentXmlOperationCompleted == null)) { this.GetContentXmlOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetContentXmlOperationCompleted); } this.InvokeAsync("GetContentXml", new object[] { ai}, this.GetContentXmlOperationCompleted, userState); }
public XmlResult GetContentXml(ArticleIdentifier ai) { object[] results = this.Invoke("GetContentXml", new object[] { ai}); return ((XmlResult)(results[0])); }
public string GetContentString(ArticleIdentifier ai) { object[] results = this.Invoke("GetContentString", new object[] { ai}); return ((string)(results[0])); }
/// <remarks/> public void GetContentXMLWithRelatedInfoAsync(ArticleIdentifier ai, int customerID, object userState) { if ((this.GetContentXMLWithRelatedInfoOperationCompleted == null)) { this.GetContentXMLWithRelatedInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetContentXMLWithRelatedInfoOperationCompleted); } this.InvokeAsync("GetContentXMLWithRelatedInfo", new object[] { ai, customerID}, this.GetContentXMLWithRelatedInfoOperationCompleted, userState); }
/// <remarks/> public void GetContentXMLWithRelatedInfoAsync(ArticleIdentifier ai, int customerID) { this.GetContentXMLWithRelatedInfoAsync(ai, customerID, null); }
public XmlResult GetContentXMLWithRelatedInfo(ArticleIdentifier ai, int customerID) { object[] results = this.Invoke("GetContentXMLWithRelatedInfo", new object[] { ai, customerID}); return ((XmlResult)(results[0])); }