EventTopic Class

Represents a point of communication on a certain topic between the topic publishers and the topic subscribers.

Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Class EventTopic
    Implements IDisposable, IBuilderAware
'Usage
Dim instance As EventTopic
public class EventTopic : IDisposable, IBuilderAware
public ref class EventTopic : IDisposable, IBuilderAware
public class EventTopic implements IDisposable, IBuilderAware
public class EventTopic implements IDisposable, IBuilderAware

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.EventBroker.EventTopic

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EventTopic Members
Microsoft.Practices.CompositeUI.EventBroker Namespace