VNManager.UnJoinUserFromNetwork Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Disjoins virtual user object from virtual network object

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

Public Sub UnJoinUserFromNetwork ( _
	userUID As Guid, _
	networkUID As Guid _
)

Parameters

userUID
Type: System.Guid
UID of user to disjoin
networkUID
Type: System.Guid
UID of network to disjoin from
See Also