Example #1
0
 /// <remarks/>
 public void FindItemsAsync(FindItemsRequest FindItemsRequest, object userState) {
     if ((this.FindItemsOperationCompleted == null)) {
         this.FindItemsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindItemsOperationCompleted);
     }
     this.InvokeAsync("FindItems", new object[] {
                 FindItemsRequest}, this.FindItemsOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void FindItemsAsync(FindItemsRequest FindItemsRequest) {
     this.FindItemsAsync(FindItemsRequest, null);
 }