Exemple #1
0
 private void StopAsyncResults()
 {
     if (AsyncSearchSession.SearchInProgress)
     {
         SearchService.StopAllAsyncSearchSessions();
     }
     AsyncSearchSession.asyncItemReceived -= onAsyncItemReceived;
 }