GigaSpaces XAP.NET Documentation
IdQuery<(Of <(T>)>) Constructor (typeName, id, routing, version)
Class LibraryGigaSpaces.CoreIdQuery<(Of <(T>)>)IdQuery<(Of <(T>)>)(String, Object, Object, Int32)
Creates an IdQuery using specified type name.
Declaration Syntax
C#Visual BasicVisual C++J#
public IdQuery(
	string typeName,
	Object id,
	Object routing,
	int version
)
Public Sub New ( _
	typeName As String, _
	id As Object, _
	routing As Object, _
	version As Integer _
)
public:
IdQuery(
	String^ typeName, 
	Object^ id, 
	Object^ routing, 
	int version
)
public IdQuery(
	String typeName,
	Object id,
	Object routing,
	int version
)
Parameters
typeName (String)
Query type name.
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: 12.1.0.0 (12.1.0.17000)