Akka.Cluster.Tools.Client.ClusterClientSettings.WithRefreshContactsInterval C# (CSharp) Method

WithRefreshContactsInterval() public method

public WithRefreshContactsInterval ( System.TimeSpan value ) : ClusterClientSettings
value System.TimeSpan
return ClusterClientSettings
        public ClusterClientSettings WithRefreshContactsInterval(TimeSpan value)
        {
            return Copy(refreshContactsInterval: value);
        }