summaryM:DotNetNuke.Collections.Internal.SharedList`1.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.SharedList`1.GetWriteLock(System.TimeSpan)

Return Value

returnsM:DotNetNuke.Collections.Internal.SharedList`1.GetWriteLock(System.TimeSpan)

See Also