Click or drag to resize

AdoPubSubManagerRegisterChannel(String, Type, Uri, IDictionaryString, String) Method

Registers a new channel in the manager (database)

Namespace: SanteDB.Persistence.PubSub.ADO
Assembly: SanteDB.Persistence.PubSub.ADO (in SanteDB.Persistence.PubSub.ADO.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public PubSubChannelDefinition RegisterChannel(
	string name,
	Type dispatcherFactory,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:SanteDB.Persistence.PubSub.ADO.AdoPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

dispatcherFactory  Type

[Missing <param name="dispatcherFactory"/> documentation for "M:SanteDB.Persistence.PubSub.ADO.AdoPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

endpoint  Uri

[Missing <param name="endpoint"/> documentation for "M:SanteDB.Persistence.PubSub.ADO.AdoPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

settings  IDictionaryString, String

[Missing <param name="settings"/> documentation for "M:SanteDB.Persistence.PubSub.ADO.AdoPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

PubSubChannelDefinition

[Missing <returns> documentation for "M:SanteDB.Persistence.PubSub.ADO.AdoPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Implements

IPubSubManagerServiceRegisterChannel(String, Type, Uri, IDictionaryString, String)
See Also