/// <remarks/>
 public void ActivateSecondaryAsync(ActivateSecondaryRequestType ActivateSecondaryRequest, object userState) {
     if ((this.ActivateSecondaryOperationCompleted == null)) {
         this.ActivateSecondaryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnActivateSecondaryOperationCompleted);
     }
     this.InvokeAsync("ActivateSecondary", new object[] {
                 ActivateSecondaryRequest}, this.ActivateSecondaryOperationCompleted, userState);
 }
 /// <remarks/>
 public void ActivateSecondaryAsync(ActivateSecondaryRequestType ActivateSecondaryRequest) {
     this.ActivateSecondaryAsync(ActivateSecondaryRequest, null);
 }