Click or drag to resize

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

Regiser a channel

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public PubSubChannelDefinition RegisterChannel(
	string name,
	Type dispatcherFactoryType,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

dispatcherFactoryType
Type: SystemType

[Missing <param name="dispatcherFactoryType"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

endpoint
Type: SystemUri

[Missing <param name="endpoint"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

settings
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="settings"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

Type: PubSubChannelDefinition

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.RegisterChannel(System.String,System.Type,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Implements

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