EventTopic Class

Definition

public ref class EventTopic : IDisposable, Microsoft::Practices::ObjectBuilder::IBuilderAware
public class EventTopic : IDisposable, Microsoft.Practices.ObjectBuilder.IBuilderAware
type EventTopic = class
    interface IDisposable
    interface IBuilderAware
Public Class EventTopic
Implements IBuilderAware, IDisposable
Inheritance
EventTopic
Implements

Constructors

EventTopic()

Properties

Enabled
Name
PublicationCount
SubscriptionCount
TraceSource

Methods

AddPublication(Object, String, WorkItem, PublicationScope)
AddSubscription(Object, String, Type[], WorkItem, ThreadOption)
AddSubscription(Object, String, WorkItem, ThreadOption)
ContainsPublication(Object, String)
ContainsSubscription(Object, String)
Dispose()
Dispose(Boolean)
Fire(Object, EventArgs, WorkItem, PublicationScope)
OnBuiltUp(String)
OnTearingDown()
RemovePublication(Object, String)
RemoveSubscription(Object, String)

Applies to