Click or drag to resize

FhirPubSubRestHookDispatcherFactoryCreateDispatcher Method

Create the specified dispatcher

Namespace:  SanteDB.Messaging.FHIR.PubSub
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public IPubSubDispatcher CreateDispatcher(
	Guid channelKey,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

channelKey
Type: SystemGuid

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

endpoint
Type: SystemUri

[Missing <param name="endpoint"/> documentation for "M:SanteDB.Messaging.FHIR.PubSub.FhirPubSubRestHookDispatcherFactory.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.Messaging.FHIR.PubSub.FhirPubSubRestHookDispatcherFactory.CreateDispatcher(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

Type: IPubSubDispatcher

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

Implements

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