Akka.Tests.IO.TcpIntegrationSpec.TestSetup.BindServer C# (CSharp) Méthode

BindServer() public méthode

public BindServer ( ) : void
Résultat void
            public void BindServer()
            {
                var bindCommander = _spec.CreateTestProbe();
                bindCommander.Send(_spec.Sys.Tcp(), new Tcp.Bind(_bindHandler.Ref, _endpoint, options: BindOptions));
                bindCommander.ExpectMsg<Tcp.Bound>(); //TODO: check endpoint
            }