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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)