ReceiveMessage() public method

public ReceiveMessage ( ) : bool
return bool
示例#1
0
 private static bool receiveMessage(TcpGateway gateway)
 {
     bool newRequest = gateway.ReceiveMessage();
     return newRequest;
 }