예제 #1
0
 /// <remarks/>
 public void UpdateLuceneAsync(RPA.RPAResult sampleDataFileRow, object userState)
 {
     if ((this.UpdateLuceneOperationCompleted == null))
     {
         this.UpdateLuceneOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateLuceneOperationCompleted);
     }
     this.InvokeAsync("UpdateLucene", new object[] {
         sampleDataFileRow
     }, this.UpdateLuceneOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void UpdateLuceneAsync(RPA.RPAResult sampleDataFileRow)
 {
     this.UpdateLuceneAsync(sampleDataFileRow, null);
 }
예제 #3
0
 public void UpdateLucene(RPA.RPAResult sampleDataFileRow)
 {
     this.Invoke("UpdateLucene", new object[] {
         sampleDataFileRow
     });
 }