Click or drag to resize

IPubSubManagerServiceUpdateChannel Method

Updates the specified pub-sub channel

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
PubSubChannelDefinition UpdateChannel(
	Guid key,
	string name,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

key  Guid

[Missing <param name="key"/> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.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.Core.PubSub.IPubSubManagerService.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.Core.PubSub.IPubSubManagerService.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.Core.PubSub.IPubSubManagerService.UpdateChannel(System.Guid,System.String,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

PubSubChannelDefinition

[Missing <returns> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.UpdateChannel(System.Guid,System.String,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also