System.Windows.Messaging Namespace
Silverlight
Provides types that support the creation of local messaging channels between multiple Silverlight-based applications.
| Class | Description | |
|---|---|---|
|
ListenFailedException | Represents an exception that occurs when a LocalMessageReceiver cannot be registered. |
|
LocalMessageReceiver | Represents the receiving end of a local messaging channel between two Silverlight-based applications. |
|
LocalMessageSender | Represents the sending end of a local messaging channel between two Silverlight-based applications. |
|
MessageReceivedEventArgs | Provides data for the LocalMessageReceiver.MessageReceived event. |
|
SendCompletedEventArgs | Provides data for the LocalMessageSender.SendCompleted event. |
|
SendFailedException | Represents an exception that can occur when a LocalMessageSender fails to send a message. |
| Enumeration | Description | |
|---|---|---|
|
ReceiverNameScope | Defines values that indicate whether a LocalMessageReceiver name is scoped to the global domain or to a specific domain. |
Community Additions
ADD
Show: