Click or drag to resize

IPubSubDispatcherNotifyLinkedTModel Method

Notify subscribers that two objects have been linked together

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void NotifyLinked<TModel>(
	TModel primary,
	TModel target
)
where TModel : IdentifiedData

Parameters

primary  TModel
The primary data that was the focus of the link
target  TModel
The link that was established

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.Core.PubSub.IPubSubDispatcher.NotifyLinked``1(``0,``0)"]

See Also