Event ClientCountChanged As CbDelegate (Of Integer) is the Event, cannot be called directly, please use the RaiseEvent trigger events, this how to VB?
C # code:
Private ITcpServerEngine tcpServerEngine;
This. TcpServerEngine. ClientCountChanged +=new CbDelegate
Void tcpServerEngine_ClientCountChanged (int count)
{
Enclosing ShowConnectionCount (count);
}
This should be how to change to VB.NET?
CodePudding user response:
Or did you get