sP2P NAT Traversal and peer-to-peer networking API
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Queries virtual user objects in sP2P index storage
Namespace: sP2PLibAssembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
Parameters
- QueryCommandText
- Type: System String
NoSQL query
- skip (Optional)
- Type: System Int32
Number of object to skip
- limit (Optional)
- Type: System Int32
Maximal number of object to return
- ascOrderBy (Optional)
- Type: System String
Comma separated of field names to sort by result ascending
- descOrderBy (Optional)
- Type: System String
Comma separated of field names to sort by result descending
Return Value
If successful list of virtual user object, otherwise exception is thrownSee Also