GigaSpaces XAP.NET Documentation
Count Method (template, tx, modifiers)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyCount(Object, ITransaction, ReadModifiers)
Count any matching object from the space, visible under the specified transaction and modifiers.
Declaration Syntax
C#Visual BasicVisual C++J#
int Count(
	Object template,
	ITransaction tx,
	ReadModifiers modifiers
)
Function Count ( _
	template As Object, _
	tx As ITransaction, _
	modifiers As ReadModifiers _
) As Integer
int Count(
	Object^ template, 
	ITransaction^ tx, 
	ReadModifiers modifiers
)
int Count(
	Object template,
	ITransaction tx,
	ReadModifiers modifiers
)
Parameters
template (Object)
The template/query used for matching.
tx (ITransaction)
The transaction (if any) under which to work.
modifiers (ReadModifiers)
The modifier(s) to define behaviour of locks.
Return Value
Number of matching entries.
Exceptions
ExceptionCondition
UnusableEntryExceptionA serialized field of the object being read cannot be deserialized.
TransactionExceptionTransaction error occured.
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.
SqlQueryExceptionThe query template is an illegal SqlQuery.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)