Click or drag to resize

PatientIdentitySourceDIspatcherFactoryDispatcherNotifyObsoletedTModel Method

Notify that a subscribed object was obsoleted

Namespace: SanteDB.Messaging.HL7.PubSub
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public 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.Messaging.HL7.PubSub.PatientIdentitySourceDIspatcherFactory.Dispatcher.NotifyObsoleted``1(``0)"]

Implements

IPubSubDispatcherNotifyObsoletedTModel(TModel)
See Also