iControl.NetworkingInterfaces.Beginset_stp_auto_edge_port_detection_state C# (CSharp) Method

Beginset_stp_auto_edge_port_detection_state() public method

public Beginset_stp_auto_edge_port_detection_state ( string interfaces, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
interfaces string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_stp_auto_edge_port_detection_state(string [] interfaces,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_stp_auto_edge_port_detection_state", new object[] {
            interfaces,
            states}, callback, asyncState);
        }
NetworkingInterfaces