Stops the receiver from receiving messages and releases all resources used by the receiver.
<SecuritySafeCriticalAttribute> _ Public Sub Dispose
[SecuritySafeCriticalAttribute] public void Dispose()
You must call the Dispose method to stop receiving messages and to mark the LocalMessageReceiver as being available for garbage collection. If you do not call Dispose, the receiver will not be disposed until application shutdown.
For more information, see Communication Between Local Silverlight-Based Applications.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.