Hi All,
I have in my function BeginInvoke() and I don't use the EndInvoke() so this function end before the new thread,
So what happen with resources of the thread, the return value and out Argument of the function called,
When their Memory Released ?