Hi again,
I have implemented IDisposable interface. but couldn't proceed. how to dispose a realtime object?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raaj KumarPosted Feb 25, 2010, 9:42 AM
After implementing the dispose method you have to create your method with a bool parameter. Inside that method just dispose whichever critical object you are using by simply typing,