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
)
Public Function TryGetValue (
key As String,
<OutAttribute> ByRef value As Byte()
) As Boolean
public:
bool TryGetValue(
String^ key,
[OutAttribute] array<unsigned char>^% value
)
member TryGetValue :
key : string *
value : byte[] byref -> bool
Parameters
- key
- Type: SystemString
Documentation in progress... - value
- Type: SystemByte
Documentation in progress...
Return Value
Type:
Boolean Documentation in progress...
See Also