iControl.LocalLBProfileWebAcceleration.set_cache_aging_rate C# (CSharp) Method

set_cache_aging_rate() private method

private set_cache_aging_rate ( string profile_names, LocalLBProfileULong aging_rates ) : void
profile_names string
aging_rates LocalLBProfileULong
return void
        public void set_cache_aging_rate(
		string [] profile_names,
		LocalLBProfileULong [] aging_rates
	)
        {
            this.Invoke("set_cache_aging_rate", new object [] {
                profile_names,
                aging_rates});
        }
LocalLBProfileWebAcceleration