Click or drag to resize

IPubSubDispatcherNotifyUnMergedTModel Method

Notify that a subscribed type was unmerged

Namespace:  SanteDB.Core.PubSub
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void NotifyUnMerged<TModel>(
	TModel primary,
	IEnumerable<TModel> unMerged
)
where TModel : IdentifiedData

Parameters

primary
Type: TModel
The primary record which was unmerged (the remaining record)
unMerged
Type: System.Collections.GenericIEnumerableTModel
The records which were un-merged

Type Parameters

TModel

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

See Also