GigaSpaces XAP.NET Documentation
IdQuery<(Of <(<'T>)>)> Constructor (id, routing)
Class LibraryGigaSpaces.CoreIdQuery<(Of <(<'T>)>)>IdQuery<(Of <(<'T>)>)>(Object, Object)
Creates an IdQuery using the instance generic type.
Declaration Syntax
C#Visual BasicVisual C++J#
public IdQuery(
	Object id,
	Object routing
)
Public Sub New ( _
	id As Object, _
	routing As Object _
)
public:
IdQuery(
	Object^ id, 
	Object^ routing
)
public IdQuery(
	Object id,
	Object routing
)
Parameters
id (Object)
Id to match.
routing (Object)
Routing value used to determine the partition to query.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)