|
Home > Archive > MS SQLCE > September 2005 > Help...How to Cancel Async Replication process
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help...How to Cancel Async Replication process
|
|
|
| Hello..
we are using the built-in SQL Mobile Async replication methods and when my
app closes I'd like to be able to detect and then cancel this async process.
I have tried many things...but none have worked. Does anyone know how to
accomplish this?
thanks
- will
| |
| Laxmi Narsimha Rao ORUGANTI \(MSFT\) 2005-09-16, 7:23 am |
|
You can use CancelSynchronize function to cancel the synchronization.
If this is not working for you, please explain little more details of your
problem scenario.
Thanks,
Laxmi NRO, SQL Mobile,
Microsoft Design Engineer
"dw" <dw@discussions.microsoft.com> wrote in message
news:173064BF-26B8-4B07-9E95- 933CD0779C46@microso
ft.com...
> Hello..
>
> we are using the built-in SQL Mobile Async replication methods and when my
> app closes I'd like to be able to detect and then cancel this async
> process.
> I have tried many things...but none have worked. Does anyone know how to
> accomplish this?
>
> thanks
> - will
| |
|
| Hi...
The problem is that I am having problems accessing the background process
that was started with the Async Synchronization function - (I think it is
called BeginAsyncReplicatio
n....sorry, not near my work pc). So, I know that
I can use the CancelSynchronize function, but I cannot get a handle or
whatever to the async process. Does that make sense?
... Will
"Laxmi Narsimha Rao ORUGANTI (MSFT)" wrote:
>
> You can use CancelSynchronize function to cancel the synchronization.
>
> If this is not working for you, please explain little more details of your
> problem scenario.
>
> Thanks,
> Laxmi NRO, SQL Mobile,
> Microsoft Design Engineer
>
>
> "dw" <dw@discussions.microsoft.com> wrote in message
> news:173064BF-26B8-4B07-9E95- 933CD0779C46@microso
ft.com...
>
>
>
|
|
|
|
|