Click or drag to resize

AmiServiceBehaviorLock Method

Lock the specified object

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public override Object Lock(
	string resourceType,
	string key
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.Lock(System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.Lock(System.String,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.Lock(System.String,System.String)"]

Implements

IAmiServiceContractLock(String, String)
See Also