コード例 #1
0
 /// <remarks/>
 public void RecoverFailoverAsync(RecoverFailoverRequestType RecoverFailoverRequest, object userState) {
     if ((this.RecoverFailoverOperationCompleted == null)) {
         this.RecoverFailoverOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRecoverFailoverOperationCompleted);
     }
     this.InvokeAsync("RecoverFailover", new object[] {
                 RecoverFailoverRequest}, this.RecoverFailoverOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void RecoverFailoverAsync(RecoverFailoverRequestType RecoverFailoverRequest) {
     this.RecoverFailoverAsync(RecoverFailoverRequest, null);
 }