Print Page | Close Window

Can a single Asynchronous Query be canceled?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=204
Printed Date: 09-Apr-2025 at 11:22am


Topic: Can a single Asynchronous Query be canceled?
Posted By: Customer
Subject: Can a single Asynchronous Query be canceled?
Date Posted: 12-Jul-2007 at 3:37pm
Can a single Asynchronous Query be canceled?



Replies:
Posted By: IdeaBlade
Date Posted: 12-Jul-2007 at 3:37pm
An entire GetEntitiesAsync request can be cancelled, using PM.CancelAsync or by turning off the timer interval in the completed handler.  The CancelAsync call will not actually cancel the outstanding request if it’s gone to the server, it just cancels the merging of results and other post-fetch processing.



Print Page | Close Window