iControl.LocalLBProfileFastHttp.Beginset_http11_close_workarounds_state C# (CSharp) Method

Beginset_http11_close_workarounds_state() public method

public Beginset_http11_close_workarounds_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_http11_close_workarounds_state(string [] profile_names,LocalLBProfileEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_http11_close_workarounds_state", new object[] {
            profile_names,
            states}, callback, asyncState);
        }
LocalLBProfileFastHttp