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