Click or drag to resize

IRepositoryServiceExTModelTouch Method

Touch the specified object by updating its last modified time (forcing a re-synchronization) however not modifying the data in the object

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void Touch(
	Guid key
)

Parameters

key
Type: SystemGuid
The key of the TModel to be touched
See Also