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