/// <remarks/>
 public void Account_UserUpdateLocationAsync(AccountUserUpdateLocationRequest request) {
     this.Account_UserUpdateLocationAsync(request, null);
 }
 /// <remarks/>
 public void Account_UserUpdateLocationAsync(AccountUserUpdateLocationRequest request, object userState) {
     if ((this.Account_UserUpdateLocationOperationCompleted == null)) {
         this.Account_UserUpdateLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAccount_UserUpdateLocationOperationCompleted);
     }
     this.InvokeAsync("Account_UserUpdateLocation", new object[] {
                 request}, this.Account_UserUpdateLocationOperationCompleted, userState);
 }
 public WebServiceResponse Account_UserUpdateLocation(AccountUserUpdateLocationRequest request) {
     object[] results = this.Invoke("Account_UserUpdateLocation", new object[] {
                 request});
     return ((WebServiceResponse)(results[0]));
 }