Application sometime crashes when canceling the search. it was found to be an exception caused by accessing a disposed object. Currently the code checks for a null cancelation token, but there is no way to check the token within the cancelation token.
Reflection needs to be used to check the token using a private property, IsDisposed.
Application sometime crashes when canceling the search. it was found to be an exception caused by accessing a disposed object. Currently the code checks for a null cancelation token, but there is no way to check the token within the cancelation token.
Reflection needs to be used to check the token using a private property, IsDisposed.