Akka.Cluster.Tools.PublishSubscribe.DistributedPubSubSettings.WithRole C# (CSharp) Méthode

WithRole() public méthode

public WithRole ( string role ) : DistributedPubSubSettings
role string
Résultat DistributedPubSubSettings
        public DistributedPubSubSettings WithRole(string role)
        {
            return new DistributedPubSubSettings(role, RoutingLogic, GossipInterval, RemovedTimeToLive, MaxDeltaElements);
        }