예제 #1
0
 /// <remarks/>
 public void FindPathIdsAsync(FindPathIdsRequest FindPathIdsRequest, object userState) {
     if ((this.FindPathIdsOperationCompleted == null)) {
         this.FindPathIdsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindPathIdsOperationCompleted);
     }
     this.InvokeAsync("FindPathIds", new object[] {
                 FindPathIdsRequest}, this.FindPathIdsOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void FindPathIdsAsync(FindPathIdsRequest FindPathIdsRequest) {
     this.FindPathIdsAsync(FindPathIdsRequest, null);
 }