Click or drag to resize

IPubSubDispatcherFactoryCreateDispatcher Method

Creates a new dispatcher

Namespace:  SanteDB.Core.PubSub
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IPubSubDispatcher CreateDispatcher(
	Guid channelKey,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

channelKey
Type: SystemGuid

[Missing <param name="channelKey"/> documentation for "M:SanteDB.Core.PubSub.IPubSubDispatcherFactory.CreateDispatcher(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

endpoint
Type: SystemUri

[Missing <param name="endpoint"/> documentation for "M:SanteDB.Core.PubSub.IPubSubDispatcherFactory.CreateDispatcher(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

settings
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="settings"/> documentation for "M:SanteDB.Core.PubSub.IPubSubDispatcherFactory.CreateDispatcher(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

Type: IPubSubDispatcher

[Missing <returns> documentation for "M:SanteDB.Core.PubSub.IPubSubDispatcherFactory.CreateDispatcher(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also