iControl.LocalLBProfileServerSSL.set_renegotiation_period C# (CSharp) Метод

set_renegotiation_period() приватный Метод

private set_renegotiation_period ( string profile_names, LocalLBProfileULong periods ) : void
profile_names string
periods LocalLBProfileULong
Результат void
        public void set_renegotiation_period(
		string [] profile_names,
		LocalLBProfileULong [] periods
	)
        {
            this.Invoke("set_renegotiation_period", new object [] {
                profile_names,
                periods});
        }
LocalLBProfileServerSSL