Ejemplo n.º 1
0
 /// <remarks/>
 public void CreateOrUpdateAccountPictureAsync(string ticket, TransitAccountPicture accountpicture) {
     this.CreateOrUpdateAccountPictureAsync(ticket, accountpicture, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void CreateOrUpdateAccountPictureAsync(string ticket, TransitAccountPicture accountpicture, object userState) {
     if ((this.CreateOrUpdateAccountPictureOperationCompleted == null)) {
         this.CreateOrUpdateAccountPictureOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountPictureOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountPicture", new object[] {
                 ticket,
                 accountpicture}, this.CreateOrUpdateAccountPictureOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public int CreateOrUpdateAccountPicture(string ticket, TransitAccountPicture accountpicture) {
     object[] results = this.Invoke("CreateOrUpdateAccountPicture", new object[] {
                 ticket,
                 accountpicture});
     return ((int)(results[0]));
 }