C# Class Akka.Streams.Tests.IO.TcpHelper.TestClient

Inheritance: Akka.Actor.UntypedActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
TestClient ( IActorRef connection ) : System

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void

TestClient() public method

public TestClient ( IActorRef connection ) : System
connection IActorRef
return System