iControl.LocalLBProfileHttpCompression.set_level C# (CSharp) Method

set_level() private method

private set_level ( string profile_names, LocalLBProfileULong levels ) : void
profile_names string
levels LocalLBProfileULong
return void
        public void set_level(
		string [] profile_names,
		LocalLBProfileULong [] levels
	)
        {
            this.Invoke("set_level", new object [] {
                profile_names,
                levels});
        }
LocalLBProfileHttpCompression