 | HdsiServiceBehaviorTouch Method |
Touch the resource (update its timestamp) without modifying the resource itself
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual IdentifiedData Touch(
string resourceType,
string id
)
Public Overridable Function Touch (
resourceType As String,
id As String
) As IdentifiedData
public:
virtual IdentifiedData^ Touch(
String^ resourceType,
String^ id
)
abstract Touch :
resourceType : string *
id : string -> IdentifiedData
override Touch :
resourceType : string *
id : string -> IdentifiedData Parameters
- resourceType String
- The type of resource to be touched
- id String
- The identity of the resource to be touched
Return Value
IdentifiedDataThe object which was updated as part of the touch operation
Implements
IHdsiServiceContractTouch(String, String)
RemarksThe touch operation is useful for updating the modified time (forcing a re-download) without creating a new version of the resource.
See Also