iControl.LocalLBProfileFastHttp.Beginset_client_close_timeout C# (CSharp) Method

Beginset_client_close_timeout() public method

public Beginset_client_close_timeout ( string profile_names, LocalLBProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
timeouts LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_client_close_timeout(string [] profile_names,LocalLBProfileULong [] timeouts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_client_close_timeout", new object[] {
            profile_names,
            timeouts}, callback, asyncState);
        }
LocalLBProfileFastHttp