VNManager QueryNeworks Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Queries virtual network objects in sP2P index storage

Namespace: sP2PLib
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

Public Function QueryNeworks ( _
	QueryCommandText As String, _
	Optional skip As Integer = 0, _
	Optional limit As Integer = 0, _
	Optional ascOrderBy As String = Nothing, _
	Optional descOrderBy As String = Nothing _
) As List(Of VNetwork)

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 network object, otherwise exception is thrown
See Also