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

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