iControl.LocalLBProfileUDP.set_no_checksum_state C# (CSharp) Method

set_no_checksum_state() private method

private set_no_checksum_state ( string profile_names, LocalLBProfileEnabledState states ) : void
profile_names string
states LocalLBProfileEnabledState
return void
        public void set_no_checksum_state(
		string [] profile_names,
		LocalLBProfileEnabledState [] states
	)
        {
            this.Invoke("set_no_checksum_state", new object [] {
                profile_names,
                states});
        }
LocalLBProfileUDP