Akka.Tests.IO.TcpIntegrationSpec.TestSetup.Run C# (CSharp) Method

Run() public method

public Run ( Action action ) : void
action Action
return void
            public void Run(Action<TestSetup> action)
            {
                if (_shouldBindServer) BindServer();
                action(this);
            }
        }