iControl.LocalLBProfileServerSSL.Beginset_renegotiation_period C# (CSharp) Method

Beginset_renegotiation_period() public method

public Beginset_renegotiation_period ( string profile_names, LocalLBProfileULong periods, System callback, object asyncState ) : System.IAsyncResult
profile_names string
periods LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_renegotiation_period(string [] profile_names,LocalLBProfileULong [] periods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_renegotiation_period", new object[] {
            profile_names,
            periods}, callback, asyncState);
        }
LocalLBProfileServerSSL