Ejemplo n.º 1
0
 /// <remarks/>
 public void CreateOrUpdateAccountRssWatchAsync(string ticket, TransitAccountRssWatch rsswatch) {
     this.CreateOrUpdateAccountRssWatchAsync(ticket, rsswatch, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void CreateOrUpdateAccountRssWatchAsync(string ticket, TransitAccountRssWatch rsswatch, object userState) {
     if ((this.CreateOrUpdateAccountRssWatchOperationCompleted == null)) {
         this.CreateOrUpdateAccountRssWatchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountRssWatchOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountRssWatch", new object[] {
                 ticket,
                 rsswatch}, this.CreateOrUpdateAccountRssWatchOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public int CreateOrUpdateAccountRssWatch(string ticket, TransitAccountRssWatch rsswatch) {
     object[] results = this.Invoke("CreateOrUpdateAccountRssWatch", new object[] {
                 ticket,
                 rsswatch});
     return ((int)(results[0]));
 }