Method | Description | |
---|---|---|
DescribeTo ( |
Describes all event topics: publications, subscriptions, names, thread options, matchers, event arguments.
|
|
Dispose ( ) : void |
See IDisposable.Dispose for more information.
|
|
EventTopicHost ( IFactory factory, IExtensionHost extensionHost, IGlobalMatchersProvider globalMatchersProvider ) : System |
Initializes a new instance of the EventTopicHost class.
|
|
GetEventTopic ( string topic ) : IEventTopic |
Gets a event topic. Result is never null. Event topic is created if it does not yet exist. Returns a non null instance of the dictionary. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
public DescribeTo ( |
||
writer | The writer. | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public EventTopicHost ( IFactory factory, IExtensionHost extensionHost, IGlobalMatchersProvider globalMatchersProvider ) : System | ||
factory | IFactory | The factory. |
extensionHost | IExtensionHost | The extension host holding all extensions. |
globalMatchersProvider | IGlobalMatchersProvider | The global matchers provider. |
return | System |
public GetEventTopic ( string topic ) : IEventTopic | ||
topic | string | The topic URI identifying the event topic to return. |
return | IEventTopic |