Akka.Cluster.Tools.Client.ClusterClientSettings.WithEstablishingGetContactsInterval C# (CSharp) Méthode

WithEstablishingGetContactsInterval() public méthode

public WithEstablishingGetContactsInterval ( System.TimeSpan value ) : ClusterClientSettings
value System.TimeSpan
Résultat ClusterClientSettings
        public ClusterClientSettings WithEstablishingGetContactsInterval(TimeSpan value)
        {
            return Copy(establishingGetContactsInterval: value);
        }