iControl.LocalLBProfileServerSSL.set_renegotiation_period C# (CSharp) Method

set_renegotiation_period() private method

private set_renegotiation_period ( string profile_names, LocalLBProfileULong periods ) : void
profile_names string
periods LocalLBProfileULong
return void
        public void set_renegotiation_period(
		string [] profile_names,
		LocalLBProfileULong [] periods
	)
        {
            this.Invoke("set_renegotiation_period", new object [] {
                profile_names,
                periods});
        }
LocalLBProfileServerSSL