ReceiverNameScope Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Defines values that indicate whether a LocalMessageReceiver name is scoped to the global domain or to a specific domain.
Namespace: System.Windows.Messaging
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Enumeration ReceiverNameScope
public enum ReceiverNameScope
Members
Member name | Description | |
---|---|---|
Domain | The receiver name is scoped to the domain of the receiver. | |
Global | The receiver name is scoped to the global domain. |
Remarks
This enumeration is used by the NameScope property.
For more information, see Communication Between Local Silverlight-Based Applications.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also