| AmiServiceBehaviorBaseHead Method |
Perform a head operation
Namespace:
SanteDB.Messaging.AMI.Wcf
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public virtual void Head(
string resourceType,
string id
)
Public Overridable Sub Head (
resourceType As String,
id As String
)
public:
virtual void Head(
String^ resourceType,
String^ id
)
abstract Head :
resourceType : string *
id : string -> unit
override Head :
resourceType : string *
id : string -> unit
Parameters
- resourceType
- Type: SystemString
The resource type - id
- Type: SystemString
The id of the resource
Implements
IAmiServiceContractHead(String, String)See Also