GigaSpaces XAP.NET Documentation
IdsQuery<(Of <(T>)>) Constructor (typeName, ids, routings)
Class LibraryGigaSpaces.CoreIdsQuery<(Of <(T>)>)IdsQuery<(Of <(T>)>)(String, array<Object>[]()[], array<Object>[]()[])
Creates an IdsQuery using specified type name.
Declaration Syntax
C#Visual BasicVisual C++J#
public IdsQuery(
	string typeName,
	Object[] ids,
	Object[] routings
)
Public Sub New ( _
	typeName As String, _
	ids As Object(), _
	routings As Object() _
)
public:
IdsQuery(
	String^ typeName, 
	array<Object^>^ ids, 
	array<Object^>^ routings
)
public IdsQuery(
	String typeName,
	Object[] ids,
	Object[] routings
)
Parameters
typeName (String)
Query type name.
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.1.2.7920 (9.1.2.7920)