Click or drag to resize

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

Registers the specified pub-sub channel using the specified dispatcher

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public PubSubChannelDefinition RegisterChannel(
	string name,
	Type dispatcherFactoryType,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

dispatcherFactoryType  Type

[Missing <param name="dispatcherFactoryType"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.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.Client.Upstream.Management.UpstreamPubSubManager.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.Client.Upstream.Management.UpstreamPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

PubSubChannelDefinition

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamPubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Implements

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