Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new pointcut to DelegateInterceptor: Proceed #135

Closed
jbatte47 opened this issue Dec 7, 2013 · 0 comments
Closed

Add new pointcut to DelegateInterceptor: Proceed #135

jbatte47 opened this issue Dec 7, 2013 · 0 comments
Assignees
Milestone

Comments

@jbatte47
Copy link
Member

jbatte47 commented Dec 7, 2013

I want to be able to write code like the following:

var interceptor = new DelegateInterceptor(proceed: call =>
{
  if(ShouldCallProceed(call)) call.Proceed();
  else AlternativeLogic();
});
@ghost ghost assigned jbatte47 Dec 7, 2013
jbatte47 added a commit to jbatte47/code-patterns that referenced this issue Dec 7, 2013
jbatte47 added a commit that referenced this issue Dec 7, 2013
Issue #135: Add new pointcut to DelegateInterceptor: Proceed
@jbatte47 jbatte47 closed this as completed Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant