iControl.NetworkingProfileWCCPGRE.set_wccp_version C# (CSharp) Method

set_wccp_version() private method

private set_wccp_version ( string profile_names, CommonProfileULong versions ) : void
profile_names string
versions CommonProfileULong
return void
        public void set_wccp_version(
		string [] profile_names,
		CommonProfileULong [] versions
	)
        {
            this.Invoke("set_wccp_version", new object [] {
                profile_names,
                versions});
        }