 | 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.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void Touch(
Guid key
)
Public Sub Touch (
key As Guid
)
public:
virtual void Touch(
Guid key
) sealed
abstract Touch :
key : Guid -> unit
override Touch :
key : Guid -> unit Parameters
- key Guid
- The key of the TModel to be touched
Implements
IRepositoryServiceExTModelTouch(Guid)
See Also