EventPublicationAttribute Constructors

Definition

Overloads

EventPublicationAttribute(String)
EventPublicationAttribute(String, PublicationScope)

EventPublicationAttribute(String)

public:
 EventPublicationAttribute(System::String ^ topic);
public EventPublicationAttribute (string topic);
new Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute : string -> Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute
Public Sub New (topic As String)

Parameters

topic
String

Applies to

EventPublicationAttribute(String, PublicationScope)

public:
 EventPublicationAttribute(System::String ^ topic, Microsoft::Practices::CompositeUI::EventBroker::PublicationScope scope);
public EventPublicationAttribute (string topic, Microsoft.Practices.CompositeUI.EventBroker.PublicationScope scope);
new Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute : string * Microsoft.Practices.CompositeUI.EventBroker.PublicationScope -> Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute
Public Sub New (topic As String, scope As PublicationScope)

Parameters

topic
String

Applies to