iControl.NetworkingInterfaces.Beginset_stp_protocol_detection_reset_state C# (CSharp) Method

Beginset_stp_protocol_detection_reset_state() public method

public Beginset_stp_protocol_detection_reset_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_protocol_detection_reset_state(string [] interfaces,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_stp_protocol_detection_reset_state", new object[] {
            interfaces,
            states}, callback, asyncState);
        }
NetworkingInterfaces