Click or drag to resize

AdoPubSubManagerUpdateChannel Method

Update 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 UpdateChannel(
	Guid key,
	string name,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

key  Guid

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

Implements

IPubSubManagerServiceUpdateChannel(Guid, String, Uri, IDictionaryString, String)
Remarks
Channel updates are restricted in that the scheme / dispatcher type cannot be changed , attempting to change the scheme (like from sms to http) will result in an error
See Also