iControl.LocalLBProfileHttp.Beginset_pipelining_mode_v2 C# (CSharp) Method

Beginset_pipelining_mode_v2() public method

public Beginset_pipelining_mode_v2 ( string profile_names, LocalLBProfileHttpProfilePassthroughMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileHttpProfilePassthroughMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_pipelining_mode_v2(string [] profile_names,LocalLBProfileHttpProfilePassthroughMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_pipelining_mode_v2", new object[] {
            profile_names,
            modes}, callback, asyncState);
        }
LocalLBProfileHttp