/// <remarks/>
 public void RetransferSecondaryAsync(RetransferSecondaryRequestType RetransferSecondaryRequest, object userState) {
     if ((this.RetransferSecondaryOperationCompleted == null)) {
         this.RetransferSecondaryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRetransferSecondaryOperationCompleted);
     }
     this.InvokeAsync("RetransferSecondary", new object[] {
                 RetransferSecondaryRequest}, this.RetransferSecondaryOperationCompleted, userState);
 }
 /// <remarks/>
 public void RetransferSecondaryAsync(RetransferSecondaryRequestType RetransferSecondaryRequest) {
     this.RetransferSecondaryAsync(RetransferSecondaryRequest, null);
 }