T
The type to which the value returned from the storage / data is given.
Platform Core .NET Assemblies API
Pop<T> Method
See Also  Send Feedback
Terrasoft.Core.Store Namespace > CacheStoreUtilities Class : Pop<T> Method
source
Data storage.
key
Key of the value.

Glossary Item Box

Gets the value by the key key from the data storage, casts the obtained value to the appropriate type and deletes the given key from the storage

Syntax

 
C#
 
 

Parameters

source
Data storage.
key
Key of the value.

Type Parameters

T
The type to which the value returned from the storage / data is given.

Return Value

The by the key key casted to the T type or null if the value is not found.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.