public System.IAsyncResult Beginset_stp_link_type(string [] interfaces,NetworkingSTPLinkType [] link_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_stp_link_type", new object[] {
     interfaces,
     link_types}, callback, asyncState);
 }
        public void set_stp_link_type(
		string [] interfaces,
		NetworkingSTPLinkType [] link_types
	)
        {
            this.Invoke("set_stp_link_type", new object [] {
                interfaces,
                link_types});
        }