Akka.Cluster.Tools.PublishSubscribe.DistributedPubSubMediator.Props C# (CSharp) Метод

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

public static Props ( DistributedPubSubSettings settings ) : Props
settings DistributedPubSubSettings
Результат Props
        public static Props Props(DistributedPubSubSettings settings)
        {
            return Actor.Props.Create(() => new DistributedPubSubMediator(settings)).WithDeploy(Deploy.Local);
        }