IRegionTKey, TValueQueryTResult Method (String, UInt32) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxISelectResults<TResult> Query<TResult>(
string predicate,
uint timeout
)
Function Query(Of TResult) (
predicate As String,
timeout As UInteger
) As ISelectResults(Of TResult)
generic<typename TResult>
ISelectResults<TResult>^ Query(
String^ predicate,
unsigned int timeout
)
abstract Query :
predicate : string *
timeout : uint32 -> ISelectResults<'TResult>
Parameters
- predicate
- Type: SystemString
- timeout
- Type: SystemUInt32
Type Parameters
- TResult
Return Value
Type:
ISelectResultsTResult
See Also