Share via


WorkItem.CreateEventTopic(Type, String) Method

Definition

protected:
 virtual Microsoft::Practices::CompositeUI::EventBroker::EventTopic ^ CreateEventTopic(Type ^ t, System::String ^ topicName);
protected virtual Microsoft.Practices.CompositeUI.EventBroker.EventTopic CreateEventTopic (Type t, string topicName);
abstract member CreateEventTopic : Type * string -> Microsoft.Practices.CompositeUI.EventBroker.EventTopic
override this.CreateEventTopic : Type * string -> Microsoft.Practices.CompositeUI.EventBroker.EventTopic
Protected Overridable Function CreateEventTopic (t As Type, topicName As String) As EventTopic

Parameters

t
Type
topicName
String

Returns

Applies to