Click or drag to resize

ILockManagerAcquire Method

[Missing <summary> documentation for "M:Casewhere.Common.ILockManager.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#
bool Acquire(
	string key,
	double expirationTimeoutInSecond
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Casewhere.Common.ILockManager.Acquire(System.String,System.Double)"]

expirationTimeoutInSecond
Type: SystemDouble

[Missing <param name="expirationTimeoutInSecond"/> documentation for "M:Casewhere.Common.ILockManager.Acquire(System.String,System.Double)"]

Return Value

Type: Boolean

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

See Also