Tagged Questions
1
vote
0answers
82 views
SPLongOperation usage and SPDisposeCheck
I'm trying to use SPLongOperation like in the snippet below. When I run SPDisposeCheck, I get an error. So I have these questions:
Wouldn't the using statement call Dispose() on SPSite when ...