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