Re: Making DynamicProxy Interceptor's Intercept method an async method

2013-07-17 Thread Kristijan Horvat
Here is the link with more info - http://stackoverflow.com/questions/17663808/making-ninject-interceptors-intercept-method-an-async-method On Tuesday, July 16, 2013 11:08:51 PM UTC+2, Krzysztof Koźmic wrote: Hey, What specifically beyond what's already possible did you have in mind? @K

Re: Making DynamicProxy Interceptor's Intercept method an async method

2013-07-17 Thread Mauricio Scheffer
Not sure I understand completely what you're trying to do, but can't you just do something like this? internal class Program { private static void Main(string[] args) { var generator = new ProxyGenerator(); var c = generator.CreateClassProxyAsyncClass(new