iControl.NetworkingInterfaces.Beginset_stp_link_type C# (CSharp) Method

Beginset_stp_link_type() public method

public Beginset_stp_link_type ( string interfaces, NetworkingSTPLinkType link_types, System callback, object asyncState ) : System.IAsyncResult
interfaces string
link_types NetworkingSTPLinkType
callback System
asyncState object
return System.IAsyncResult
        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);
        }
NetworkingInterfaces