iControl.NetworkingTrunk.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 trunks, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
trunks string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_stp_protocol_detection_reset_state(string [] trunks,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_stp_protocol_detection_reset_state", new object[] {
            trunks,
            states}, callback, asyncState);
        }
NetworkingTrunk