Click or drag to resize

PubSubBrokerGetDispatcher Method

Get all dispatchers and subscriptions

Namespace: SanteDB.Core.PubSub.Broker
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
protected IPubSubDispatcher GetDispatcher(
	string originQueueName
)

Parameters

originQueueName  String

[Missing <param name="originQueueName"/> documentation for "M:SanteDB.Core.PubSub.Broker.PubSubBroker.GetDispatcher(System.String)"]

Return Value

IPubSubDispatcher

[Missing <returns> documentation for "M:SanteDB.Core.PubSub.Broker.PubSubBroker.GetDispatcher(System.String)"]

See Also