iControl.LocalLBProfileServerSSL.set_renegotiation_throughput C# (CSharp) Method

set_renegotiation_throughput() private method

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