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.1.0.0 (10.1.1.12800)