Пример #1
0
 /// <remarks/>
 public void FindParentItemsAsync(FindParentItemsRequest FindParentItemsRequest, object userState) {
     if ((this.FindParentItemsOperationCompleted == null)) {
         this.FindParentItemsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindParentItemsOperationCompleted);
     }
     this.InvokeAsync("FindParentItems", new object[] {
                 FindParentItemsRequest}, this.FindParentItemsOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void FindParentItemsAsync(FindParentItemsRequest FindParentItemsRequest) {
     this.FindParentItemsAsync(FindParentItemsRequest, null);
 }