Click or drag to resize

MemoryCacheMultiThreadedTryGetValue Method

Tries to get a value for a given key.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool TryGetValue(
	string key,
	out byte[] value
)

Parameters

key
Type: SystemString
Documentation in progress...
value
Type: SystemByte
Documentation in progress...

Return Value

Type: Boolean
Documentation in progress...
See Also