Click or drag to resize

LockManagerAcquire Method

[Missing <summary> documentation for "M:Casewhere.Common.LockManager.Acquire(System.String,System.Double)"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Acquire(
	string key,
	double expirationTimeoutInSecond
)

Parameters

key  String
 
expirationTimeoutInSecond  Double
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Common.LockManager.Acquire(System.String,System.Double)"]

Implements

ILockManagerAcquire(String, Double)
See Also