Click or drag to resize
LocalRegion<TKey, TValue>.Query<TResult> Method (String, UInt32)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual ISelectResults<TResult> Query<TResult>(
	string predicate,
	uint timeout
)

Parameters

predicate
Type: System.String
timeout
Type: System.UInt32

Type Parameters

TResult

Return Value

Type: ISelectResults<TResult>

Implements

IRegion<TKey, TValue>.Query<TResult>(String, UInt32)
See Also