Miha Necak
Miha Necak

Reputation:

Windsor WCF Integration Facility Async

I'm using Windsor WCF Integration Facility and am curently looking for a way to call a method asnyc. I was considering just using a background worker and doing the work on completion. Is there a more elegant way of doing this, i don't have a good feeling with selected way.

I've looked at the following email: http://groups.google.com/group/castle-project-devel/browse_thread/thread/9250110e258ccdcd from Krzysztof Koźmic. The solution seems great, it is however said it's just a prototype as i understand.

Upvotes: 2

Views: 928

Answers (1)

Krzysztof Kozmic
Krzysztof Kozmic

Reputation: 27384

[UPDATE] Since some time it is officially baked into the framework (with some changes) so it should be pretty safe to use at this point.

Yes, It's a prototype. I have created a working proof of concept implementation (without generating async type, just invocation and resolution so far), but it's still quite far from production quality, and I'm afraid it won't make it into the forthcoming release.

Recently I picked the work up again, and while I can't promise anything, it's high on my priority list :)

Upvotes: 2

Related Questions