iControl.LocalLBProfileClientSSL.Beginset_renegotiation_throughput C# (CSharp) Method

Beginset_renegotiation_throughput() public method

public Beginset_renegotiation_throughput ( string profile_names, LocalLBProfileULong throughputs, System callback, object asyncState ) : System.IAsyncResult
profile_names string
throughputs LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_renegotiation_throughput(string [] profile_names,LocalLBProfileULong [] throughputs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_renegotiation_throughput", new object[] {
            profile_names,
            throughputs}, callback, asyncState);
        }
LocalLBProfileClientSSL