Click or drag to resize

AmiIntegrationServiceObsolete Method

Attempt an obsolete on the specified resource

Namespace:  SanteDB.DisconnectedClient.Interop.AMI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void Obsolete(
	IdentifiedData data,
	bool forceObsolete = false
)

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Obsolete(SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

forceObsolete (Optional)
Type: SystemBoolean

[Missing <param name="forceObsolete"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Obsolete(SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

Implements

IIntegrationServiceObsolete(IdentifiedData, Boolean)
See Also