iControl.NetworkingInterfaces.get_stp_protocol_detection_reset_state C# (CSharp) Method

get_stp_protocol_detection_reset_state() private method

private get_stp_protocol_detection_reset_state ( string interfaces ) : CommonEnabledState[]
interfaces string
return CommonEnabledState[]
        public CommonEnabledState[] get_stp_protocol_detection_reset_state(
		string [] interfaces
	)
        {
            object [] results = this.Invoke("get_stp_protocol_detection_reset_state", new object [] {
                interfaces});
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingInterfaces