I think I'm beginning to get it now...
Why the comment about "Perhaps some exponential backoff logic here"?
I would think this is only executed once, since the intent is to only
retry the call once on a time out.
Also, shouldn't the catch clause be:
catch (TimeoutException)
{
wcfInvocation.Refresh().Proceed();
}
since the channel will be faulted from the TimeoutException?
Thanks,
Doni
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.