Click or drag to resize

PatientIdentitySourceDIspatcherFactoryCreateDispatcher Method

Creates a new dispatcher

Namespace: SanteDB.Messaging.HL7.PubSub
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public IPubSubDispatcher CreateDispatcher(
	Guid channelKey,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

channelKey  Guid

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

endpoint  Uri

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

settings  IDictionaryString, String

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

Return Value

IPubSubDispatcher

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

Implements

IPubSubDispatcherFactoryCreateDispatcher(Guid, Uri, IDictionaryString, String)
See Also