iControl.NetworkingProfileWCCPGRE.get_validate_checksum_state C# (CSharp) 메소드

get_validate_checksum_state() 개인적인 메소드

private get_validate_checksum_state ( string profile_names ) : iControl.CommonProfileEnabledState[]
profile_names string
리턴 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]));
        }