Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More into removing handlers
Message
From
19/06/2012 10:28:32
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
More into removing handlers
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01546336
Message ID:
01546336
Views:
60
I have this:
                oSftp.BeginDownload(lcFile, "d:\", _
                 Rebex.IO.TraversalMode.Recursive, Rebex.IO.TransferMethod.Copy, Rebex.IO.ActionOnExistingFiles.ThrowException, _
                 New AsyncCallback(AddressOf DownloadCallback), Nothing)
If I execute this line a second time, this will fire two calls to DownloadCallback.

Basically, once I am finished with it, I need to remove that handler from there. Is there a way to do it?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform