Welcome Guest Search | Active Topics | Sign In | Register

File Explorer events Options
Posted: Friday, May 14, 2010 5:50:23 PM
Rank: Member
Groups: Member

Joined: 11/13/2009
Posts: 15
Hi,

I am handling the following File Explorer events and calling a web service method on another application in the event handler.

EO.Web.FileExplorer.FileRenamed
EO.Web.FileExplorer.FileDeleted
EO.Web.FileExplorer.FileUploaded

Is there any impact on how the file grid refreshes depending on the duration of my web service call?

Any other considerations that I should be aware of?

I am catching exceptions then logging any error but not re-throwing the exception.
eo_support
Posted: Sunday, May 16, 2010 9:41:46 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Yes. The calls are syncrhonous so the FileExplorer will not refresh until you return. Eating exceptions is also necessary if you anticipate a relatively high failure rate.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.