Click or drag to resize

UpstreamRepositoryServiceBaseTModel, TWireFormat, TCollectionTouch 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.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void Touch(
	Guid key
)

Parameters

key  Guid
The key of the TModel to be touched

Implements

IRepositoryServiceExTModelTouch(Guid)
See Also