summaryM:DotNetNuke.Collections.Internal.ExclusiveLockStrategy.GetReadLock(System.TimeSpan)

Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ISharedCollectionLock GetReadLock(
	TimeSpan timeout
)
Visual Basic
Public Function GetReadLock ( 
	timeout As TimeSpan
) As ISharedCollectionLock

Parameters

timeout
Type: System..::..TimeSpan
paramtimeoutM:DotNetNuke.Collections.Internal.ExclusiveLockStrategy.GetReadLock(System.TimeSpan)

Return Value

returnsM:DotNetNuke.Collections.Internal.ExclusiveLockStrategy.GetReadLock(System.TimeSpan)

Implements

ILockStrategy..::..GetReadLock(TimeSpan)

See Also