iControl.LocalLBProfileHttp.set_hsts_maximum_age C# (CSharp) 메소드

set_hsts_maximum_age() 개인적인 메소드

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