Click or drag to resize

IPubSubDispatcherNotifyObsoletedTModel Method

Notify that a subscribed object was obsoleted

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

Parameters

data  TModel
The data which was obsoleted

Type Parameters

TModel

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

See Also