iControl.LocalLBProfileHttp.set_pipelining_mode_v2 C# (CSharp) Method

set_pipelining_mode_v2() private method

private set_pipelining_mode_v2 ( string profile_names, LocalLBProfileHttpProfilePassthroughMode modes ) : void
profile_names string
modes LocalLBProfileHttpProfilePassthroughMode
return void
        public void set_pipelining_mode_v2(
		string [] profile_names,
		LocalLBProfileHttpProfilePassthroughMode [] modes
	)
        {
            this.Invoke("set_pipelining_mode_v2", new object [] {
                profile_names,
                modes});
        }
LocalLBProfileHttp