iControl.LocalLBProfileHttp.set_hsts_maximum_age C# (CSharp) Method

set_hsts_maximum_age() private method

private set_hsts_maximum_age ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
return void
        public void set_hsts_maximum_age(
		string [] profile_names,
		LocalLBProfileULong [] values
	)
        {
            this.Invoke("set_hsts_maximum_age", new object [] {
                profile_names,
                values});
        }
LocalLBProfileHttp