ClientChannelNewSlot Method |
Creates and returns a new
ClientSlot of this ClientChannel.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public ClientSlot NewSlot()
Public Function NewSlot As ClientSlot
Return Value
Type:
ClientSlot
A new
ClientSlot of this ClientChannel.
See Also