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);