GigaSpaces XAP.NET Documentation
IdQuery<(Of <(T>)>) Constructor (id, routing, version)
Class LibraryGigaSpaces.CoreIdQuery<(Of <(T>)>)IdQuery<(Of <(T>)>)(Object, Object, Int32)
Creates an IdQuery using the instance generic type.
Declaration Syntax
C#Visual BasicVisual C++J#
public IdQuery(
	Object id,
	Object routing,
	int version
)
Public Sub New ( _
	id As Object, _
	routing As Object, _
	version As Integer _
)
public:
IdQuery(
	Object^ id, 
	Object^ routing, 
	int version
)
public IdQuery(
	Object id,
	Object routing,
	int version
)
Parameters
id (Object)
Id to match.
routing (Object)
Routing value used to determine the partition to query.
version (Int32)
Version to consider when performing a modifying operation (take/clear/change), 0 version means no version check should be made.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)