Action Delegate C#

Posted by user275561 on Stack Overflow See other posts from Stack Overflow or by user275561
Published on 2010-03-19T01:26:22Z Indexed on 2010/03/19 1:31 UTC
Read the original article Hit count: 553

Filed under:
|
|

So I read MSDN, And stackoverflow. I understand what the Action Delegate does in general but it is not clicking no matter how many examples I do. In General same goes for the idea of delegates. So here is my question when you have a function like this

public GetCustomers(Action<IEnumerable<Customer>,Exception> callBack)

{

}

I just Dont have a clue on what is that or what should i pass to it.

© Stack Overflow or respective owner

Related posts about c#

Related posts about action