Click or drag to resize

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

Register the specified channel

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,
	string dispatcherFactoryId,
	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.String,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

dispatcherFactoryId  String

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

Implements

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