GigaSpaces XAP.NET Documentation
IdsQuery<(Of <(<'T>)>)> Constructor (ids, routing)
Class LibraryGigaSpaces.CoreIdsQuery<(Of <(<'T>)>)>IdsQuery<(Of <(<'T>)>)>(array<Object>[]()[][], Object)
Creates an IdsQuery using the instance generic type.
Declaration Syntax
C#Visual BasicVisual C++J#
public IdsQuery(
	Object[] ids,
	Object routing
)
Public Sub New ( _
	ids As Object(), _
	routing As Object _
)
public:
IdsQuery(
	array<Object^>^ ids, 
	Object^ routing
)
public IdsQuery(
	Object[] ids,
	Object routing
)
Parameters
ids (array<Object>[]()[][])
Ids 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)