summaryM:DotNetNuke.Collections.Internal.ILockStrategy.GetWriteLock(System.TimeSpan)

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

Syntax

C#
ISharedCollectionLock GetWriteLock(
	TimeSpan timeout
)
Visual Basic
Function GetWriteLock ( 
	timeout As TimeSpan
) As ISharedCollectionLock

Parameters

timeout
Type: System..::..TimeSpan
paramtimeoutM:DotNetNuke.Collections.Internal.ILockStrategy.GetWriteLock(System.TimeSpan)

Return Value

returnsM:DotNetNuke.Collections.Internal.ILockStrategy.GetWriteLock(System.TimeSpan)

See Also