Click or drag to resize

AmiServiceBehaviorBaseUnLock Method

Unlock resource

Namespace:  SanteDB.Messaging.AMI.Wcf
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public virtual Object UnLock(
	string resourceType,
	string key
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.UnLock(System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.UnLock(System.String,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.UnLock(System.String,System.String)"]

Implements

IAmiServiceContractUnLock(String, String)
See Also