iControl.NetworkingProfileGRE.set_include_checksum_state C# (CSharp) Method

set_include_checksum_state() private method

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