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.481-alpha
Syntax
void NotifyLinked<TModel>(
	TModel primary,
	TModel target
)
where TModel : IdentifiedData

Parameters

primary
Type: TModel
The primary data that was the focus of the link
target
Type: 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