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