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

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

Syntax

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

Parameters

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

Return Value

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

Implements

ILockStrategy..::..GetWriteLock(TimeSpan)

See Also