Click or drag to resize

UpstreamPubSubManagerUpdateChannel Method

Updates the specified pub-sub channel

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

Parameters

key  Guid

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

name  String

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

endpoint  Uri

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

Return Value

PubSubChannelDefinition

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

Implements

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