iControl.NetworkingProfileGRE.get_validate_checksum_state C# (CSharp) Method

get_validate_checksum_state() private method

private get_validate_checksum_state ( string profile_names ) : iControl.CommonProfileEnabledState[]
profile_names string
return iControl.CommonProfileEnabledState[]
        public CommonProfileEnabledState[] get_validate_checksum_state(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_validate_checksum_state", new object [] {
                profile_names});
            return ((CommonProfileEnabledState [])(results[0]));
        }