Creates an IdsQuery using the instance generic type.
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
Public Sub New ( _
	ids As Object(), _
	routings As Object() _
)
public:
IdsQuery(
	array<Object^>^ ids, 
	array<Object^>^ routings
)

 Parameters
- ids (array<
            Object
          >[]()[])
 - Ids to match.
 
- routings (array<
            Object
          >[]()[])
 - Routing values used to determine the partition to query.
 
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)