
Disconnect method
Disconnects user from the devP2P forwarding.
Syntax
- C#
- C++
- VB.NET
void devP2P.ForwardUser_Disconnect(IntPtr UserHandle);
The Disconnect(UserHandle) syntax has these parts:
The Disconnect(UserHandle) syntax has these parts:
UserHandle | Reference to the CP2PForwardUser instance. |
void Disconnect(void);
Sub P2PForwardUser_Disconnect(ByVal UserHandle As IntPtr)
The Disconnect(UserHandle) syntax has these parts:
The Disconnect(UserHandle) syntax has these parts:
UserHandle | Reference to the CP2PForwardUser instance. |
Platforms
WindowsMac OSX
Linux
BSD