EventSubscriptionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventSubscriptionAttribute(String) | |
EventSubscriptionAttribute(String, ThreadOption) |
EventSubscriptionAttribute(String)
public:
EventSubscriptionAttribute(System::String ^ topic);
public EventSubscriptionAttribute (string topic);
new Microsoft.Practices.CompositeUI.EventBroker.EventSubscriptionAttribute : string -> Microsoft.Practices.CompositeUI.EventBroker.EventSubscriptionAttribute
Public Sub New (topic As String)
Parameters
- topic
- String
Applies to
EventSubscriptionAttribute(String, ThreadOption)
public:
EventSubscriptionAttribute(System::String ^ topic, Microsoft::Practices::CompositeUI::EventBroker::ThreadOption threadOption);
public EventSubscriptionAttribute (string topic, Microsoft.Practices.CompositeUI.EventBroker.ThreadOption threadOption);
new Microsoft.Practices.CompositeUI.EventBroker.EventSubscriptionAttribute : string * Microsoft.Practices.CompositeUI.EventBroker.ThreadOption -> Microsoft.Practices.CompositeUI.EventBroker.EventSubscriptionAttribute
Public Sub New (topic As String, threadOption As ThreadOption)
Parameters
- topic
- String
- threadOption
- ThreadOption