GigaSpaces XAP.NET Documentation
IdsQuery<(Of <(<'T>)>)> Constructor (ids)
Class LibraryGigaSpaces.CoreIdsQuery<(Of <(<'T>)>)>IdsQuery<(Of <(<'T>)>)>(array<Object>[]()[][])
Creates an IdsQuery using the instance generic type.
Declaration Syntax
C#Visual BasicVisual 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: 14.0.0.0 (14.0.0.20000)