iControl.NetworkingInterfaces.set_stp_link_type C# (CSharp) Method

set_stp_link_type() private method

private set_stp_link_type ( string interfaces, NetworkingSTPLinkType link_types ) : void
interfaces string
link_types NetworkingSTPLinkType
return void
        public void set_stp_link_type(
		string [] interfaces,
		NetworkingSTPLinkType [] link_types
	)
        {
            this.Invoke("set_stp_link_type", new object [] {
                interfaces,
                link_types});
        }
NetworkingInterfaces