Akka.Remote.Tests.Performance.Transports.RemoteMessagingThroughputSpecBase.CreateActorSystemConfig C# (CSharp) Метод

CreateActorSystemConfig() публичный абстрактный Метод

Used to create a HOCON Config object for each ActorSystem participating in this throughput test. This method is responsible for selecting the correct Transport.Transport implementation.
public abstract CreateActorSystemConfig ( string actorSystemName, string ipOrHostname, int port ) : Config
actorSystemName string The name of the . Needed for .
ipOrHostname string The address this system will be bound to
port int The port this system will be bound to
Результат Akka.Configuration.Config
        public abstract Config CreateActorSystemConfig(string actorSystemName, string ipOrHostname, int port);