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: 10.2.0.0 (10.2.1.14000)