Click or drag to resize

IPubSubDispatcherNotifyMergedTModel Method

Notify that a subscribed type was merged

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void NotifyMerged<TModel>(
	TModel survivor,
	IEnumerable<TModel> subsumed
)
where TModel : IdentifiedData

Parameters

survivor  TModel
The record which survived the merge
subsumed  IEnumerableTModel
The record(s) which were consumed

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.Core.PubSub.IPubSubDispatcher.NotifyMerged``1(``0,System.Collections.Generic.IEnumerable{``0})"]

See Also