ConnectionManager Query Method (Guid, ConnectionManager )sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Queries remote peer by its UID

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

Public Function Query ( _
	PeerUID As Guid, _
	Optional Callback As PeerQueryCompleted = Nothing _
) As Guid

Parameters

PeerUID
Type: System Guid
UID of remote peer
Callback (Optional)
Type: PeerQueryCompleted
Callback to execute on result arrival

Return Value

Transaction ID of query request message. If something wrong Guid.empty will be returned
See Also