Creates an IdsQuery using the instance generic type.
            

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

 Parameters
- ids (array<
            Object
          >[]()[])
 - Ids to match.
 
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)