Akka.Cluster.Tools.Client.ClusterClientSettings.WithHeartbeatInterval C# (CSharp) 메소드

WithHeartbeatInterval() 공개 메소드

public WithHeartbeatInterval ( System.TimeSpan value ) : ClusterClientSettings
value System.TimeSpan
리턴 ClusterClientSettings
        public ClusterClientSettings WithHeartbeatInterval(TimeSpan value)
        {
            return Copy(heartbeatInterval: value);
        }