iControl.LocalLBProfileClientSSL.set_renegotiation_throughput C# (CSharp) Méthode

set_renegotiation_throughput() private méthode

private set_renegotiation_throughput ( string profile_names, LocalLBProfileULong throughputs ) : void
profile_names string
throughputs LocalLBProfileULong
Résultat void
        public void set_renegotiation_throughput(
		string [] profile_names,
		LocalLBProfileULong [] throughputs
	)
        {
            this.Invoke("set_renegotiation_throughput", new object [] {
                profile_names,
                throughputs});
        }
LocalLBProfileClientSSL