Beispiel #1
0
 /// <remarks/>
 public void CreateOrUpdatePlaceWebsiteAsync(string ticket, TransitPlaceWebsite t_instance) {
     this.CreateOrUpdatePlaceWebsiteAsync(ticket, t_instance, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void CreateOrUpdatePlaceWebsiteAsync(string ticket, TransitPlaceWebsite t_instance, object userState) {
     if ((this.CreateOrUpdatePlaceWebsiteOperationCompleted == null)) {
         this.CreateOrUpdatePlaceWebsiteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdatePlaceWebsiteOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdatePlaceWebsite", new object[] {
                 ticket,
                 t_instance}, this.CreateOrUpdatePlaceWebsiteOperationCompleted, userState);
 }
Beispiel #3
0
 public int CreateOrUpdatePlaceWebsite(string ticket, TransitPlaceWebsite t_instance) {
     object[] results = this.Invoke("CreateOrUpdatePlaceWebsite", new object[] {
                 ticket,
                 t_instance});
     return ((int)(results[0]));
 }