Click or drag to resize

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
)

Parameters

resourceType
Type: SystemString
The resource type
id
Type: SystemString
The id of the resource

Implements

IAmiServiceContractHead(String, String)
See Also