ReceiveMessage() public méthode

public ReceiveMessage ( ) : bool
Résultat bool
Exemple #1
0
 private static bool receiveMessage(TcpGateway gateway)
 {
     bool newRequest = gateway.ReceiveMessage();
     return newRequest;
 }