Hi, I just wanted to let you all know that I believe it is advantageous to close your proxies when leaving a silverlight page. The best way, I believe, is to do this in the class destructor.
~MainPage()
{
if (proxy != null)
{
proxy.CloseAsync();
proxy = null;
}
}
Hope this helps someone.
Orchard 1.8 Upgrade
12 years ago
No comments:
Post a Comment