iControl.NetworkingTrunk.Beginget_stp_protocol_detection_reset_state C# (CSharp) Method

Beginget_stp_protocol_detection_reset_state() public method

public Beginget_stp_protocol_detection_reset_state ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_stp_protocol_detection_reset_state(string [] trunks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_stp_protocol_detection_reset_state", new object[] {
            trunks}, callback, asyncState);
        }
NetworkingTrunk