| IAmiServiceContractHead Method |
Heads the specified resource from the service
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax void Head(
string resourceType,
string key
)
Sub Head (
resourceType As String,
key As String
)
void Head(
String^ resourceType,
String^ key
)
abstract Head :
resourceType : string *
key : string -> unit
Parameters
- resourceType
- Type: SystemString
The type of resource to be fetched - key
- Type: SystemString
The key of the resource
Return Value
Type:
Headers for the specified resource
See Also