IRegionTKey, TValueSelectValue Method (String, UInt32) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxObject SelectValue(
string predicate,
uint timeout
)
Function SelectValue (
predicate As String,
timeout As UInteger
) As Object
Object^ SelectValue(
String^ predicate,
unsigned int timeout
)
abstract SelectValue :
predicate : string *
timeout : uint32 -> Object
Parameters
- predicate
- Type: SystemString
- timeout
- Type: SystemUInt32
Return Value
Type:
Object
See Also