Пример #1
0
 /// <remarks/>
 public void CreateOrUpdateFeedTypeAsync(string ticket, TransitFeedType type) {
     this.CreateOrUpdateFeedTypeAsync(ticket, type, null);
 }
Пример #2
0
 /// <remarks/>
 public void CreateOrUpdateFeedTypeAsync(string ticket, TransitFeedType type, object userState) {
     if ((this.CreateOrUpdateFeedTypeOperationCompleted == null)) {
         this.CreateOrUpdateFeedTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateFeedTypeOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateFeedType", new object[] {
                 ticket,
                 type}, this.CreateOrUpdateFeedTypeOperationCompleted, userState);
 }
Пример #3
0
 public int CreateOrUpdateFeedType(string ticket, TransitFeedType type) {
     object[] results = this.Invoke("CreateOrUpdateFeedType", new object[] {
                 ticket,
                 type});
     return ((int)(results[0]));
 }