.NET Results Class

Posted by pm_2 on Stack Overflow See other posts from Stack Overflow or by pm_2
Published on 2010-05-01T13:11:01Z Indexed on 2010/05/01 13:17 UTC
Read the original article Hit count: 169

Filed under:
|
|
|

I have a C# function that does some processing and needs to return figures about what it has processed, success, failure, etc.

Can anyone tell me if there are any standard framework classes that will handle this (for example, number of records processed, number successful, failed, etc) ?

Alternatively, can anyone say how they usually handle this? Is the best way to create a class, or to use out parameters?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#