Beispiel #1
0
 /// <remarks/>
 public void GetContentXmlAsync(ArticleIdentifier ai) {
     this.GetContentXmlAsync(ai, null);
 }
Beispiel #2
0
 /// <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);
 }
Beispiel #3
0
 public XmlResult GetContentXml(ArticleIdentifier ai) {
     object[] results = this.Invoke("GetContentXml", new object[] {
                 ai});
     return ((XmlResult)(results[0]));
 }
Beispiel #4
0
 public string GetContentString(ArticleIdentifier ai) {
     object[] results = this.Invoke("GetContentString", new object[] {
                 ai});
     return ((string)(results[0]));
 }
Beispiel #5
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);
 }
Beispiel #6
0
 /// <remarks/>
 public void GetContentXMLWithRelatedInfoAsync(ArticleIdentifier ai, int customerID) {
     this.GetContentXMLWithRelatedInfoAsync(ai, customerID, null);
 }
Beispiel #7
0
 public XmlResult GetContentXMLWithRelatedInfo(ArticleIdentifier ai, int customerID) {
     object[] results = this.Invoke("GetContentXMLWithRelatedInfo", new object[] {
                 ai,
                 customerID});
     return ((XmlResult)(results[0]));
 }