/// <remarks/>
 public void GetTreeMoveHistoryAsync(GetTreeMoveHistoryRequest GetTreeMoveHistoryRequest, object userState) {
     if ((this.GetTreeMoveHistoryOperationCompleted == null)) {
         this.GetTreeMoveHistoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTreeMoveHistoryOperationCompleted);
     }
     this.InvokeAsync("GetTreeMoveHistory", new object[] {
                 GetTreeMoveHistoryRequest}, this.GetTreeMoveHistoryOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetTreeMoveHistoryAsync(GetTreeMoveHistoryRequest GetTreeMoveHistoryRequest) {
     this.GetTreeMoveHistoryAsync(GetTreeMoveHistoryRequest, null);
 }