Exemplo n.º 1
0
 /// <remarks/>
 public void updateAccountGiftPictureAsync(updateAccountGiftPictureRequest updateAccountGiftPictureRequest, object userState) {
     if ((this.updateAccountGiftPictureOperationCompleted == null)) {
         this.updateAccountGiftPictureOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateAccountGiftPictureOperationCompleted);
     }
     this.InvokeAsync("updateAccountGiftPicture", new object[] {
                 updateAccountGiftPictureRequest}, this.updateAccountGiftPictureOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void updateAccountGiftPictureAsync(updateAccountGiftPictureRequest updateAccountGiftPictureRequest) {
     this.updateAccountGiftPictureAsync(updateAccountGiftPictureRequest, null);
 }